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")}

) : (