Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes committed Jan 2, 2025
1 parent 7275704 commit 92419c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eds-data-grid-react/src/EdsDataGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ function EdsDataGridInner<T>(
group="table"
variant="cell_text"
>
{/* eslint-disable-next-line @typescript-eslint/no-base-to-string */}
{String(context.getValue() ?? '')}
</Typography>
)
Expand Down

0 comments on commit 92419c3

Please sign in to comment.