mirror of
https://github.com/ragestudio/comty.git
synced 2025-07-08 08:44:15 +00:00
Remove user prop from Layout component
This commit is contained in:
parent
a0c82c3cae
commit
f3690b3376
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user