mirror of
https://github.com/wassname/talk.git
synced 2026-08-03 13:20:59 +08:00
Missing semicolon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user