trying to take out the create room object

This commit is contained in:
Arjun Patel
2022-01-16 15:57:10 -08:00
parent 7033c79ebb
commit 0b8d3c39ca
7 changed files with 40 additions and 16 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export default function DashboardRoom() {
return (
<section className="p-5 flex flex-col bg-gray-100 bg-opacity-25 rounded-lg shadow-md">
{/* modal for creating room */}
<CreateRoom show={true} />
<CreateRoom />
{/* header */}
<span className="flex flex-row justify-end space-x-3 pb-5 items-center">