This commit is contained in:
parent
be36dfc045
commit
b3a00aa868
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export default function AuthWrapper() {
|
|||
return (
|
||||
<LogoutContext.Provider value={handleLogout}>
|
||||
<RefreshContext.Provider value={{ refresh, lastUpdate }}>
|
||||
<div className="w-full">
|
||||
<div className="w-full min-h-[calc(100vh-64px)]">
|
||||
<Header />
|
||||
<div className="flex justify-center items-center">
|
||||
<TabView />
|
||||
|
|
Loading…
Add table
Reference in a new issue