Skip to content

Commit

Permalink
MonospaceTW#4 coding format
Browse files Browse the repository at this point in the history
  • Loading branch information
horsekitlin committed Sep 5, 2018
1 parent 26ba877 commit 8b7a570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainScene.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import UserManagerScene from './components/UserManagerScene';
import { Sidebar, Segment, Menu, Button, Dropdown, Icon } from 'semantic-ui-react';
import OrderDetailScene from './components/OrderDetailScene';

const Navbar = ({handleOpenSidebar, logout}) =>
const Navbar = ({handleOpenSidebar, logout}) =>
<Menu>
<Menu.Item>
<Button icon='bars' circular onClick={handleOpenSidebar}/>
Expand Down

0 comments on commit 8b7a570

Please sign in to comment.