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