.
This commit is contained in:
@@ -14,9 +14,7 @@ interface AppLayoutProps {
|
||||
}
|
||||
|
||||
export default function AppLayout({ children }: AppLayoutProps) {
|
||||
let servers = Object.values(
|
||||
useServerListStore(useShallow((state) => state.servers)),
|
||||
);
|
||||
let servers = Object.values(useServerListStore(useShallow((state) => state.servers)));
|
||||
|
||||
const matches = useMatches();
|
||||
|
||||
@@ -58,9 +56,7 @@ export default function AppLayout({ children }: AppLayoutProps) {
|
||||
</aside>
|
||||
</ScrollArea>
|
||||
</div>
|
||||
<div className="col-start-2 row-start-1 col-span-1 row-span-1 overflow-hidden">
|
||||
{list}
|
||||
</div>
|
||||
<div className="col-start-2 row-start-1 col-span-1 row-span-1 overflow-hidden">{list}</div>
|
||||
|
||||
<div className="col-start-1 row-start-2 col-span-2 row-span-1 mb-2 mx-2 min-w-fit z-1">
|
||||
<UserStatus />
|
||||
|
||||
Reference in New Issue
Block a user