Skip to content

Commit

Permalink
feat(table): icon
Browse files Browse the repository at this point in the history
  • Loading branch information
csnizik committed Jul 8, 2022
1 parent 7ef4996 commit 1150f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TableHeaderCell/TableHeaderCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const TableHeaderCell = ({
? 'arrow-narrow-up'
: sortDirection === 'descending'
? 'arrow-narrow-down'
: 'filter-list';
: 'unfold-more';

const iconTitle =
sortDirection === 'ascending'
Expand Down

0 comments on commit 1150f21

Please sign in to comment.