1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00

icons wrong way round

This commit is contained in:
Martin McKeaveney 2020-07-29 13:12:13 +01:00
parent 09fc431916
commit 0741e9c81f

View file

@ -87,7 +87,7 @@
{#if sort.column === header}
<svelte:component
style="height: 1em;"
this={sort.direction === 'asc' ? ArrowUp : ArrowDown} />
this={sort.direction === 'asc' ? ArrowDown : ArrowUp} />
{/if}
</span>
</th>