Browse Source

Remove stale comment.

main
Titouan Rigoudy 4 years ago
parent
commit
77fe01c394
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/modules/room/slice.ts

+ 0
- 1
src/modules/room/slice.ts View File

@ -25,7 +25,6 @@ export interface RoomState {
members: string[];
messages: RoomMessage[];
tickers: [string, string][];
// showUsers: boolean;
}
export interface RoomMap {


Loading…
Cancel
Save