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 on:click
> >
<slot> <slot>
{#if icon}
<svelte:component this="{icon}" /> <svelte:component this="{icon}" />
{/if}
</slot> </slot>
</button> </button>