need to commit to switch branch

This commit is contained in:
Anthony Cooper 2025-08-26 13:13:30 -04:00
parent cd326d1dde
commit 8523f921db
1 changed files with 2 additions and 2 deletions

View File

@ -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"],
);