Skip to content

Commit

Permalink
fix(ui): remove unknown char (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 committed Apr 23, 2021
1 parent 5e2156a commit c156715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/renderer-app/src/pages/SmallClassPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export const SmallClassPage = observer<SmallClassPageProps>(function SmallClassP
icon="folder"
onClick={whiteboardStore.toggleFileOpen}
/> */}
{/* TODO: open cloud-storage sub window */}
{/* TODO: open cloud-storage sub window */}
<CloudStorageButton whiteboard={whiteboardStore} />
<InviteButton roomInfo={classRoomStore.roomInfo} />
{/* @TODO implement Options menu */}
Expand Down

0 comments on commit c156715

Please sign in to comment.