small improvements (#4452)

Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
Jeremy Letto 2021-10-31 21:21:24 -05:00 committed by GitHub
parent a87c66885c
commit 4cb7240f9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 197 additions and 74 deletions

View file

@ -8,7 +8,7 @@ import Paper from "@material-ui/core/Paper";
import { RoomsSelectors, ServerSelectors } from "store";
import { ThreePaneLayout, UserDisplay, VirtualList } from "components";
import { AuthGuard, ThreePaneLayout, UserDisplay, VirtualList } from "components";
import { Room, User } from "types";
import Rooms from './Rooms';
@ -20,6 +20,8 @@ class Server extends Component<ServerProps, ServerState> {
return (
<div className="server-rooms">
<AuthGuard />
<ThreePaneLayout
top={(
<Paper className="serverRoomWrapper overflow-scroll">