Skip to content

Commit

Permalink
Merge pull request stopcovid19-okayama#379 from tokyo-metropolitan-go…
Browse files Browse the repository at this point in the history
…v/feature/issue-372-fix-sidemenu-bug

サイドメニュー復活
  • Loading branch information
kaizumaki authored Mar 4, 2020
2 parents 4774da1 + 5ef75a6 commit 3caf30b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/SideNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ export default {
divider: true
}
]
}
},
computed: {
},
isClass() {
return item => item.title.charAt(0) === '' ? 'kerningLeft' : ''
},
Expand Down

0 comments on commit 3caf30b

Please sign in to comment.