From 088d1e406a8ffb46f68055f14b63d8d8d1fc4c95 Mon Sep 17 00:00:00 2001 From: DomySh Date: Sun, 12 Jun 2022 19:07:23 +0200 Subject: [PATCH] Error text edit dimension --- frontend/src/pages/HomePage.tsx | 2 +- frontend/src/pages/ServiceDetails.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/HomePage.tsx b/frontend/src/pages/HomePage.tsx index 6640a7b..cfe7695 100755 --- a/frontend/src/pages/HomePage.tsx +++ b/frontend/src/pages/HomePage.tsx @@ -28,7 +28,7 @@ function HomePage() { return
{services.length > 0?services.map( srv => { navigator("/"+srv.id) - }} />):<> No services found! Add one clicking the button above} + }} />):<> No services found! Add one clicking the button above}
} diff --git a/frontend/src/pages/ServiceDetails.tsx b/frontend/src/pages/ServiceDetails.tsx index 9685090..04dbeda 100755 --- a/frontend/src/pages/ServiceDetails.tsx +++ b/frontend/src/pages/ServiceDetails.tsx @@ -60,7 +60,7 @@ function ServiceDetails() { }> {regexesList.length === 0? - <> No regex found for this service! Add one clicking the add button above: + <> No regex found for this service! Add one clicking the add button above: {regexesList.map( (regexInfo) => )}