Refactoring: fix small typing error

This commit is contained in:
Pieter Vander Vennet 2024-02-25 12:35:27 +01:00
parent b37ea885a5
commit 5999c01c6a

View file

@ -281,7 +281,7 @@
>
{#if $currentZoom < Constants.minZoomLevelToAddNewPoint}
<Tr t={Translations.t.general.add.zoomInFurther} />
{:else if state.lastClickObject.hasPresets}
{:else if state.layout.hasPresets()}
<Tr t={Translations.t.general.add.title} />
{:else}
<Tr t={Translations.t.notes.addAComment} />