mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-03-11 02:47:23 -04:00
Fix duplicate visited regions
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
}
|
||||
} else {
|
||||
console.error('Failed to mark region as visited');
|
||||
addToast('error', `Failed to mark visit to ${region.name}`);
|
||||
}
|
||||
}
|
||||
async function removeVisit() {
|
||||
|
||||
Reference in New Issue
Block a user