refactor(ui-shell): remove redundant conditional in HeaderGlobalAction

This commit is contained in:
Eric Liu 2020-10-23 17:08:43 -07:00
commit cf2dc12546

View file

@ -27,8 +27,6 @@
on:click
>
<slot>
{#if icon}
<svelte:component this="{icon}" />
{/if}
<svelte:component this="{icon}" />
</slot>
</button>