web/SavingDialog: don't render body text parent if there's no text

This commit is contained in:
wukko 2024-07-28 19:20:32 +06:00
parent 97e7763503
commit 3aeebcc911
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -70,9 +70,11 @@
</VerticalActionButton>
</div>
</div>
<div class="body-text">
{bodyText}
</div>
{#if bodyText}
<div class="body-text">
{bodyText}
</div>
{/if}
<DialogButtons
buttons={[
{