mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 15:43:25 +00:00
fix poi empty name
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
<ExternalLink size="12" class="inline-block mb-1.5" />
|
<ExternalLink size="12" class="inline-block mb-1.5" />
|
||||||
</a>
|
</a>
|
||||||
{:else}
|
{:else}
|
||||||
{waypoint.item.name ?? $_('gpx.waypoint.item')}
|
{waypoint.item.name ?? $_('gpx.waypoint')}
|
||||||
{/if}
|
{/if}
|
||||||
</Card.Title>
|
</Card.Title>
|
||||||
</Card.Header>
|
</Card.Header>
|
||||||
|
Reference in New Issue
Block a user