fixes show on map from feed
This commit is contained in:
@@ -174,7 +174,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
const handle = page.params.handle
|
||||
const handle = page.params.handle ?? handleFromRecordWithIRI(trail())
|
||||
|
||||
if (item.value == "show") {
|
||||
if (hasTrail()) {
|
||||
|
||||
Reference in New Issue
Block a user