Remove user prop from Layout component

This commit is contained in:
srgooglo 2025-07-04 14:14:20 +02:00
parent a0c82c3cae
commit f3690b3376

View File

@ -124,10 +124,7 @@ class ComtyApp extends React.Component {
<ThemeProvider>
{window.__TAURI__ && <DesktopTopBar />}
<Layout
user={this.auth.user}
staticRenders={ComtyApp.staticRenders}
>
<Layout staticRenders={ComtyApp.staticRenders}>
{this.state.firstInitialized && (
<Router.Render
declarations={routesDeclarations}