Skip to content

Commit

Permalink
Lint and Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Jul 15, 2023
1 parent 51a4079 commit 935c95d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ const Example = () => {
</IconButton>
</Tooltip>
<Tooltip title="Delete">
<IconButton color='error' onClick={() => openDeleteConfirmModal(row)}>
<IconButton color="error" onClick={() => openDeleteConfirmModal(row)}>
<DeleteIcon />
</IconButton>
</Tooltip>
Expand Down
1 change: 0 additions & 1 deletion packages/material-react-table/src/column.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import {
type MRT_Row,
} from './types';


export const getColumnId = <TData extends Record<string, any>>(
columnDef: MRT_ColumnDef<TData>,
): string =>
Expand Down

0 comments on commit 935c95d

Please sign in to comment.