fix: bug when posting a comment without ever openened the AllCommentsTab first (#2963)

This commit is contained in:
Vinh
2020-05-13 17:31:15 +02:00
committed by GitHub
parent 1f69bb2f14
commit 79e0da2c2f
@@ -232,7 +232,7 @@ async function commit(
id: input.storyID,
settings: {
live: {
enabled: storySettings.live.enabled,
enabled: Boolean(storySettings.live?.enabled),
},
},
},