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