Skip to content

Commit

Permalink
*feat upgrade react-table from 7 to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Sodik committed Jan 14, 2025
1 parent c0af805 commit 50981a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/ui/__stories__/Table.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ WithCustomRowAndCellProps.args = {
color: '#707482',
},
}
} else if (cell.column.id === 'id') {
} else if (cell.column.id === 'ID') {
return {
style: {
borderLeft: '0.25rem solid limegreen',
Expand Down

0 comments on commit 50981a9

Please sign in to comment.