cleaning more stuff up

This commit is contained in:
Arjun Patel
2022-01-17 16:02:11 -08:00
parent 95ee81458a
commit 8314251501
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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>("");