Fix linter error.

pull/10616/head
ebb-tide 2018-04-25 15:11:01 -07:00
parent 3afa98ce73
commit e0dc57e4e3
1 changed files with 3 additions and 1 deletions

View File

@ -165,7 +165,9 @@ class SideNav extends PureComponent<Props> {
const mapStateToProps = ({ const mapStateToProps = ({
auth: {isUsingAuth, logoutLink, me}, auth: {isUsingAuth, logoutLink, me},
app: {ephemeral: {inPresentationMode}}, app: {
ephemeral: {inPresentationMode},
},
links, links,
}) => ({ }) => ({
isHidden: inPresentationMode, isHidden: inPresentationMode,