Add optoins to change room visibility
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
@@ -129,9 +129,6 @@ function useNotifications(roomId) {
|
||||
function RoomNotification({ roomId }) {
|
||||
const [activeType, setNotification] = useNotifications(roomId);
|
||||
|
||||
console.log(roomId)
|
||||
console.log(activeType)
|
||||
|
||||
return (
|
||||
<div className="room-notification">
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user