refactor: no longer triggers an activity processing automatically on acquisition added

This commit is contained in:
Sophie-Gaëlle CALLOCH
2026-07-07 17:05:27 +02:00
parent e8e7c4f642
commit a22845add8
3 changed files with 1 additions and 5 deletions
-1
View File
@@ -60,7 +60,6 @@ const remove = async () => {
await acquiredTypesStore.removeAcquiredType(t.id, quantity, lid, datetime);
remaining -= quantity;
}
await acquiredTypesStore.processNewActivities();
modalOpen.value = false;
}