Fix linter error.
parent
3afa98ce73
commit
e0dc57e4e3
|
@ -165,7 +165,9 @@ class SideNav extends PureComponent<Props> {
|
|||
|
||||
const mapStateToProps = ({
|
||||
auth: {isUsingAuth, logoutLink, me},
|
||||
app: {ephemeral: {inPresentationMode}},
|
||||
app: {
|
||||
ephemeral: {inPresentationMode},
|
||||
},
|
||||
links,
|
||||
}) => ({
|
||||
isHidden: inPresentationMode,
|
||||
|
|
Loading…
Reference in New Issue