From f1f9140afce46e0756d28f5634ac29007a4e81c4 Mon Sep 17 00:00:00 2001 From: CorrectRoadH Date: Fri, 17 Mar 2023 19:38:59 +0800 Subject: [PATCH] fix: the incorrectly height of grid row in safari (#1366) --- web/src/pages/ResourcesDashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/ResourcesDashboard.tsx b/web/src/pages/ResourcesDashboard.tsx index cc7c9b32..82c971c8 100644 --- a/web/src/pages/ResourcesDashboard.tsx +++ b/web/src/pages/ResourcesDashboard.tsx @@ -141,7 +141,7 @@ const ResourcesDashboard = () => {

{t("resources.fetching-data")}

) : ( -
+
{resources.length === 0 ? (

{t("resources.no-resources")}

) : (