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 5533639 commit 3c2331fCopy full SHA for 3c2331f
packages/app/src/app/overmind/namespaces/editor/actions.ts
@@ -1482,7 +1482,7 @@ export const updateComment: AsyncAction<{
1482
isResolved: boolean;
1483
};
1484
}> = async ({ effects, state }, { id, data }) => {
1485
- if (!state.editor.currentSandbox || !state.editor.currentComment) {
+ if (!state.editor.currentSandbox) {
1486
return;
1487
}
1488
const sandboxId = state.editor.currentSandbox.id;
0 commit comments