|
|
@ -19,7 +19,7 @@ const MainPane: FC = () => { |
|
|
const { path } = useRouteMatch(); |
|
|
const { path } = useRouteMatch(); |
|
|
|
|
|
|
|
|
return ( |
|
|
return ( |
|
|
<main className="flex-1"> |
|
|
|
|
|
|
|
|
<main className="flex-1 min-h-0"> |
|
|
<Switch> |
|
|
<Switch> |
|
|
<Route path={`${path}rooms`}> |
|
|
<Route path={`${path}rooms`}> |
|
|
<RoomsPane /> |
|
|
<RoomsPane /> |
|
|
|