From 8523f921db124a79423d7ccb16ca356fd669dae6 Mon Sep 17 00:00:00 2001 From: Anthony Cooper Date: Tue, 26 Aug 2025 13:13:30 -0400 Subject: [PATCH] need to commit to switch branch --- web/src/components/MemoActionMenu.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/MemoActionMenu.tsx b/web/src/components/MemoActionMenu.tsx index fe4924941..638f2e0f6 100644 --- a/web/src/components/MemoActionMenu.tsx +++ b/web/src/components/MemoActionMenu.tsx @@ -89,7 +89,7 @@ const MemoActionMenu = observer((props: Props) => { return; } }; - // + //() => Promise.resolve(42) const handleToggleMemoStatusClick = async () => { //just review async in notes //changing the state @@ -104,7 +104,7 @@ const MemoActionMenu = observer((props: Props) => { await memoStore.updateMemo( { name: memo.name, - state, + state }, ["state"], );