mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-21 13:59:36 +02:00
Fix duplicate visited regions
This commit is contained in:
parent
96663bb17b
commit
4d193bc44d
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
console.error('Failed to mark region as visited');
|
console.error('Failed to mark region as visited');
|
||||||
|
addToast('error', `Failed to mark visit to ${region.name}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
async function removeVisit() {
|
async function removeVisit() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue