Missing semicolon

This commit is contained in:
Belen Curcio
2017-01-26 10:50:53 -03:00
parent 4a54c571ed
commit 88169526c3
+1 -1
View File
@@ -94,7 +94,7 @@ class Embed extends Component {
const {loading, asset, refetch} = this.props.data;
const {loggedIn, isAdmin, user, showSignInDialog, signInOffset} = this.props.auth;
const openStream = closedAt === null
const openStream = closedAt === null;
const expandForLogin = showSignInDialog ? {
minHeight: document.body.scrollHeight + 200