mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03: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
|
|
@ -9,7 +9,7 @@ import { AppRoute } from '/@/renderer/router/routes';
|
|||
import { Skeleton } from '/@/renderer/components/skeleton';
|
||||
|
||||
export const AlbumArtistCell = ({ value, data }: ICellRendererParams) => {
|
||||
if (!value) {
|
||||
if (value === undefined) {
|
||||
return (
|
||||
<CellContainer position="left">
|
||||
<Skeleton
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue