mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
web/SavingDialog: don't render body text parent if there's no text
This commit is contained in:
@ -70,9 +70,11 @@
|
||||
</VerticalActionButton>
|
||||
</div>
|
||||
</div>
|
||||
<div class="body-text">
|
||||
{bodyText}
|
||||
</div>
|
||||
{#if bodyText}
|
||||
<div class="body-text">
|
||||
{bodyText}
|
||||
</div>
|
||||
{/if}
|
||||
<DialogButtons
|
||||
buttons={[
|
||||
{
|
||||
|
Reference in New Issue
Block a user