From eacc8fdd89376d3f1398c57fffb2cc9a019b04d6 Mon Sep 17 00:00:00 2001 From: LandaMm Date: Sat, 7 Jun 2025 02:21:17 +0200 Subject: [PATCH] fix: no need for h-full --- web/src/pages/Admin/ApiServices/index.tsx | 2 +- web/src/pages/Admin/Users/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/pages/Admin/ApiServices/index.tsx b/web/src/pages/Admin/ApiServices/index.tsx index aeabb7b..9e20f3a 100644 --- a/web/src/pages/Admin/ApiServices/index.tsx +++ b/web/src/pages/Admin/ApiServices/index.tsx @@ -15,7 +15,7 @@ const ApiServicesPage: FC = () => { }, [fetchApiServices]); return ( -
+
{ }, [fetchUsers]); return ( -
+