From 728c75ff879567b2c2cf86b2b75e29ec83981939 Mon Sep 17 00:00:00 2001
From: "Kilu.He" <108015703+qinluhe@users.noreply.github.com>
Date: Sat, 21 Sep 2024 14:42:45 +0800
Subject: [PATCH] fix: adjust row page skeleton (#6372)
---
.../database/components/database-row/DatabaseRowSubDocument.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontend/appflowy_web_app/src/components/database/components/database-row/DatabaseRowSubDocument.tsx b/frontend/appflowy_web_app/src/components/database/components/database-row/DatabaseRowSubDocument.tsx
index 8f7479990a..c5d662ec7a 100644
--- a/frontend/appflowy_web_app/src/components/database/components/database-row/DatabaseRowSubDocument.tsx
+++ b/frontend/appflowy_web_app/src/components/database/components/database-row/DatabaseRowSubDocument.tsx
@@ -39,7 +39,7 @@ export function DatabaseRowSubDocument ({ rowId }: { rowId: string }) {
);
}
- if (!doc) return ;
+ if (!doc) return null;
return (