mirror of
https://github.com/ragestudio/comty.git
synced 2025-07-08 16:54: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>
|
<ThemeProvider>
|
||||||
{window.__TAURI__ && <DesktopTopBar />}
|
{window.__TAURI__ && <DesktopTopBar />}
|
||||||
<Layout
|
<Layout staticRenders={ComtyApp.staticRenders}>
|
||||||
user={this.auth.user}
|
|
||||||
staticRenders={ComtyApp.staticRenders}
|
|
||||||
>
|
|
||||||
{this.state.firstInitialized && (
|
{this.state.firstInitialized && (
|
||||||
<Router.Render
|
<Router.Render
|
||||||
declarations={routesDeclarations}
|
declarations={routesDeclarations}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user