Skip to content

Commit

Permalink
ops
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti committed Oct 30, 2023
1 parent c5bc97c commit 38a7e85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/meteor/client/views/room/providers/RoomProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ const RoomProvider = ({ rid, children }: RoomProviderProps): ReactElement => {

const { isOpen, ...imageGalleryProps } = useImageGallery(rid);

console.log(isOpen, imageGalleryProps);
if (!pseudoRoom) {
return isSuccess && !room ? <RoomNotFound /> : <RoomSkeleton />;
}
Expand Down

0 comments on commit 38a7e85

Please sign in to comment.