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