Skip to content

Commit

Permalink
Fix linter warning (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
hadisfr committed Sep 21, 2024
1 parent 77da344 commit 4d573cd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ const InputCellViewMode: FC<InputCellViewModeProps> = ({

return (
<S.ValueWrapper>
<S.Value $isDynamic={isDynamic} title={title}>{displayValue}</S.Value>
<S.Value $isDynamic={isDynamic} title={title}>
{displayValue}
</S.Value>
<Tooltip
value={
<Button
Expand Down

0 comments on commit 4d573cd

Please sign in to comment.