We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f875d72 commit 6b5f988Copy full SHA for 6b5f988
packages/app/src/app/overmind/namespaces/editor/state.ts
@@ -88,7 +88,7 @@ type State = {
88
89
export const state: State = {
90
comments: {},
91
- currentCommentId: '5e5961e0c277a40fef1e391b',
+ currentCommentId: null, // '5e5961e0c277a40fef1e391b',
92
currentComment: ({ comments, currentSandbox, currentCommentId }) => {
93
if (!currentSandbox || !comments[currentSandbox.id] || !currentCommentId) {
94
return null;
0 commit comments