diff --git a/src/core/client/stream/tabs/Comments/Stream/PostCommentForm/CreateCommentMutation.ts b/src/core/client/stream/tabs/Comments/Stream/PostCommentForm/CreateCommentMutation.ts index b434433eb..b580258aa 100644 --- a/src/core/client/stream/tabs/Comments/Stream/PostCommentForm/CreateCommentMutation.ts +++ b/src/core/client/stream/tabs/Comments/Stream/PostCommentForm/CreateCommentMutation.ts @@ -232,7 +232,7 @@ async function commit( id: input.storyID, settings: { live: { - enabled: storySettings.live.enabled, + enabled: Boolean(storySettings.live?.enabled), }, }, },