Skip to content

Commit

Permalink
💄 menu inlineIndent should be number
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Oct 12, 2019
1 parent fc69700 commit f7c37e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/theme/template/Content/MainContent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ class MainContent extends Component {
});
const menuChild = (
<Menu
inlineIndent="40"
inlineIndent={40}
className="aside-container menu-site"
mode="inline"
openKeys={openKeys}
Expand Down

0 comments on commit f7c37e5

Please sign in to comment.