fix posts not showing up on desktop

This commit is contained in:
zeppi 2021-04-12 12:11:26 -04:00 committed by Thomas Zarebczan
parent 60ff45e224
commit 0e2a7e0997
No known key found for this signature in database
GPG key ID: D505010BDB4364BC
2 changed files with 2 additions and 1 deletions

View file

@ -1782,6 +1782,7 @@
"Craft an epic post clearly explaining... whatever.": "Craft an epic post clearly explaining... whatever.",
"waiting": "waiting",
"%viewer_count% currently %viewer_state%": "%viewer_count% currently %viewer_state%",
"Choose Replay": "Choose Replay",
"More from %claim_name%": "More from %claim_name%",
"--end--": "--end--"
}

View file

@ -145,7 +145,7 @@ function PublishForm(props: Props) {
if (mode === PUBLISH_MODES.LIVESTREAM) {
return enableLivestream;
}
return false;
return true;
}
});