Skip to content

Commit 6b5f988

Browse files
committed
fix currentCommentId
1 parent f875d72 commit 6b5f988

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/overmind/namespaces/editor

1 file changed

+1
-1
lines changed

packages/app/src/app/overmind/namespaces/editor/state.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ type State = {
8888

8989
export const state: State = {
9090
comments: {},
91-
currentCommentId: '5e5961e0c277a40fef1e391b',
91+
currentCommentId: null, // '5e5961e0c277a40fef1e391b',
9292
currentComment: ({ comments, currentSandbox, currentCommentId }) => {
9393
if (!currentSandbox || !comments[currentSandbox.id] || !currentCommentId) {
9494
return null;

0 commit comments

Comments
 (0)