removed unused property from AppShell

This commit is contained in:
Anton Tranelis 2025-02-19 18:55:05 +00:00
parent 01f5d40139
commit dfb8c3c155

View File

@ -24,7 +24,7 @@ export function AppShell({
<ContextWrapper>
<div className='tw-flex tw-flex-col tw-h-full'>
<SetAppState assetsApi={assetsApi} userType={userType} />
<NavBar userType={userType} appName={appName}></NavBar>
<NavBar appName={appName}></NavBar>
<div id='app-content' className='tw-flex-grow'>
{children}
</div>