nice stale state in main panel

This commit is contained in:
talksik
2022-05-13 12:55:51 -05:00
parent d907145d2d
commit e977b4a901
2 changed files with 18 additions and 1 deletions
@@ -8,6 +8,7 @@ import MasterLineData from '@nirvana/core/models/masterLineData.model';
import useRooms from '../../../providers/RoomsProvider';
import toast from 'react-hot-toast';
import SidePanel from './panels/SidePanel';
import MainPanel from './panels/MainPanel';
export default function Terminal() {
const { roomsMap } = useRealTimeRooms();
@@ -20,7 +21,7 @@ export default function Terminal() {
<div className="flex flex-row flex-1">
<SidePanel />
{/* <MainPanel /> */}
<MainPanel />
</div>
</div>
);