Skip to content

Commit

Permalink
fix(rn): get rid of obsolete 'Menu absolute'
Browse files Browse the repository at this point in the history
  • Loading branch information
aeddi committed Oct 25, 2018
1 parent 5dc99bd commit 4c60526
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Expand Up @@ -15,8 +15,8 @@ export default class Database extends PureComponent {
})
render () {
return (
<Menu absolute>
<Menu.Section>
<Menu>
<Menu.Section customMarginTop={1}>
<Menu.Item
icon='database'
title='Generate fake data'
Expand Down
Expand Up @@ -14,8 +14,8 @@ export default class Network extends PureComponent {
})
render () {
return (
<Menu absolute>
<Menu.Section>
<Menu>
<Menu.Section customMarginTop={1}>
<Menu.Item
icon='list'
title='List peers (not implemented)'
Expand Down
Expand Up @@ -76,8 +76,8 @@ export default class Tests extends PureComponent {

render () {
return (
<Menu absolute>
<Menu.Section>
<Menu>
<Menu.Section customMarginTop={1}>
<React.Fragment>
{testScenarios.map(({ key, icon, title }) =>
<Menu.Item
Expand Down

0 comments on commit 4c60526

Please sign in to comment.