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 46a7af3 commit d63554fCopy full SHA for d63554f
packages/app/src/app/overmind/namespaces/editor/actions.ts
@@ -1528,7 +1528,7 @@ export const deleteReply: AsyncAction<{
1528
replyId: string;
1529
commentId: string;
1530
}> = async ({ state, effects }, { replyId, commentId }) => {
1531
- if (!state.editor.currentSandbox || !state.editor.currentComment) {
+ if (!state.editor.currentSandbox) {
1532
return;
1533
}
1534
const sandboxId = state.editor.currentSandbox.id;
0 commit comments