fix posts not showing up on desktop
This commit is contained in:
parent
60ff45e224
commit
0e2a7e0997
2 changed files with 2 additions and 1 deletions
|
@ -1782,6 +1782,7 @@
|
||||||
"Craft an epic post clearly explaining... whatever.": "Craft an epic post clearly explaining... whatever.",
|
"Craft an epic post clearly explaining... whatever.": "Craft an epic post clearly explaining... whatever.",
|
||||||
"waiting": "waiting",
|
"waiting": "waiting",
|
||||||
"%viewer_count% currently %viewer_state%": "%viewer_count% currently %viewer_state%",
|
"%viewer_count% currently %viewer_state%": "%viewer_count% currently %viewer_state%",
|
||||||
|
"Choose Replay": "Choose Replay",
|
||||||
"More from %claim_name%": "More from %claim_name%",
|
"More from %claim_name%": "More from %claim_name%",
|
||||||
"--end--": "--end--"
|
"--end--": "--end--"
|
||||||
}
|
}
|
||||||
|
|
|
@ -145,7 +145,7 @@ function PublishForm(props: Props) {
|
||||||
if (mode === PUBLISH_MODES.LIVESTREAM) {
|
if (mode === PUBLISH_MODES.LIVESTREAM) {
|
||||||
return enableLivestream;
|
return enableLivestream;
|
||||||
}
|
}
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue