fix: format phase 22 worktree files that were committed unformatted
Some checks failed
CI / ci (push) Failing after 12s
CI / e2e (push) Has been skipped

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-06 19:49:09 +02:00
parent 6852e60cee
commit 3f3c08c512
6 changed files with 65 additions and 36 deletions

View File

@@ -67,9 +67,7 @@ export function AddToCollectionModal() {
closeAddToCollection();
},
onError: (err) => {
setError(
err instanceof Error ? err.message : "Failed to add item",
);
setError(err instanceof Error ? err.message : "Failed to add item");
},
},
);