Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pmakode-akamai committed Jan 9, 2025
1 parent 1b6e458 commit 11eb028
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const StyledGrid = styled(Grid, { label: 'StyledGrid' })(
})
);

export const StyledTableCell = styled(TableCell, { label: 'StyledTabelCell' })(
export const StyledTableCell = styled(TableCell, { label: 'StyledTableCell' })(
({ theme }) => ({
'& .data': {
maxWidth: 300,
Expand Down

0 comments on commit 11eb028

Please sign in to comment.