cleaning more stuff up
This commit is contained in:
@@ -239,7 +239,7 @@ export default function DashboardRoom() {
|
|||||||
<FaPlus className="text-lg text-white" />
|
<FaPlus className="text-lg text-white" />
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<BsThreeDots className="text-xl text-white" />
|
{/* <BsThreeDots className="text-xl text-white" /> */}
|
||||||
</span>
|
</span>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ export default function CreateRoomModal() {
|
|||||||
setRoomType(RoomType.now);
|
setRoomType(RoomType.now);
|
||||||
}
|
}
|
||||||
|
|
||||||
const [roomLink, setRoomLink] = useState<string>(pastedLink);
|
const [roomLink, setRoomLink] = useState<string>(pastedLink ?? "");
|
||||||
const [roomName, setRoomName] = useState<string>("");
|
const [roomName, setRoomName] = useState<string>("");
|
||||||
const [roomDescription, setRoomDescription] = useState<string>("");
|
const [roomDescription, setRoomDescription] = useState<string>("");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user