Fix duplicate visited regions
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user