mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Add stricter loading check for cells
This commit is contained in:
parent
ed12d59564
commit
d011c29ce8
4 changed files with 4 additions and 4 deletions
|
|
@ -33,7 +33,7 @@ export const GenericCell = (
|
|||
) => {
|
||||
const displayedValue = valueFormatted || value;
|
||||
|
||||
if (!value) {
|
||||
if (value === undefined) {
|
||||
return (
|
||||
<CellContainer position={position || 'left'}>
|
||||
<Skeleton
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue