mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
switching between modes :-)
This commit is contained in:
parent
293f3cd7b9
commit
f85911861a
4 changed files with 51 additions and 24 deletions
|
@ -175,7 +175,6 @@ export class App extends React.Component {
|
|||
|
||||
<UserPanel
|
||||
editor={editor}
|
||||
editing={editing}
|
||||
user={user}
|
||||
setUser={this.setUser}
|
||||
userLogout={this.userLogout}
|
||||
|
@ -190,6 +189,7 @@ export class App extends React.Component {
|
|||
activeSticker={activeSticker}
|
||||
logo={logo}
|
||||
user={user}
|
||||
editing={editing}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue