forked from MapComplete/MapComplete
UX: add close buttons to OH picker (fix #2482), fix crash
This commit is contained in:
parent
61b1288531
commit
e849c017eb
3 changed files with 19 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
<div class="flex h-full w-full flex-grow flex-col">
|
||||
<!-- Title element and title icons-->
|
||||
<h3 class="m-0">
|
||||
<a href={`#${$tags.id}`}>
|
||||
<a href={`#${$tags?.id}`}>
|
||||
{#if layer.title}
|
||||
<TagRenderingAnswer config={layer.title} {selectedElement} {state} {tags} {layer} />
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue