Skip to content

Commit

Permalink
style: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
martiliones committed Jan 14, 2023
1 parent 47db3f5 commit 5b042c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web/src/lib/TransactionTable.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@
<IconButton class="material-icons">arrow_upward</IconButton>
</Cell>
<Cell
class={sort==='timeStamp' && sortDirection==='descending'?'mdc-data-table__header-cell--sorted-descending':''}
class={
sort==='timeStamp' && sortDirection==='descending' ?
'mdc-data-table__header-cell--sorted-descending' : ''
}
style="text-align: right;"
columnId="timeStamp"
>
Expand Down

0 comments on commit 5b042c4

Please sign in to comment.