wooups i forgot this again -.-

This commit is contained in:
srgooglo 2020-10-09 15:28:50 +02:00
parent 14a77a37e1
commit ef20830152

View File

@ -44,7 +44,7 @@ export default class Explore extends React.Component {
render() {
if(!this.props.app.session_valid){
return <Invalid type="SESSION_INVALIsssD" />
return <Invalid type="SESSION_INVALID" />
}
if (!this.state.feed){