fix: prevent marking adventure as visited if the place is already visited
This commit is contained in:
@@ -542,7 +542,7 @@
|
||||
addToast('error', $t('adventures.adventure_update_error'));
|
||||
}
|
||||
}
|
||||
if (adventure.is_visited) {
|
||||
if (adventure.is_visited && !reverseGeocodePlace?.is_visited) {
|
||||
markVisited();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user