Fix linter error.
parent
3afa98ce73
commit
e0dc57e4e3
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue