mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 13:40:24 +02:00
Add stricter loading check for cells
This commit is contained in:
@@ -33,7 +33,7 @@ export const GenericCell = (
|
||||
) => {
|
||||
const displayedValue = valueFormatted || value;
|
||||
|
||||
if (!value) {
|
||||
if (value === undefined) {
|
||||
return (
|
||||
<CellContainer position={position || 'left'}>
|
||||
<Skeleton
|
||||
|
||||
Reference in New Issue
Block a user