Skip to content

Commit

Permalink
fix: zero is a valid value
Browse files Browse the repository at this point in the history
  • Loading branch information
pbullhove committed Jan 10, 2024
1 parent 777f015 commit 944d6f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export function TableCell(props: TableCellProps) {
}
/>
) : (
value || '-'
value
)}
</Styled.TableCell>
)
Expand Down

0 comments on commit 944d6f0

Please sign in to comment.