From d90c2c527460c0c29b6fa1c5f64f2fb8b053029b Mon Sep 17 00:00:00 2001 From: FleetAdmiralJakob Date: Sat, 23 Mar 2024 13:31:40 +0100 Subject: [PATCH] fix: Prefer boolean attributes notation in JSX JS-0400 --- apps/web/src/pages/locationsettings/index.tsx | 2 +- apps/web/src/pages/search/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/pages/locationsettings/index.tsx b/apps/web/src/pages/locationsettings/index.tsx index 3ef3103e..402b9002 100644 --- a/apps/web/src/pages/locationsettings/index.tsx +++ b/apps/web/src/pages/locationsettings/index.tsx @@ -267,7 +267,7 @@ const LocationSettings = observer(() => { {findCitiesByName === undefined && inputRef.current?.value && inputRef.current?.value.length > 0 ? ( - + ) : null} {" "} diff --git a/apps/web/src/pages/search/index.tsx b/apps/web/src/pages/search/index.tsx index f4eb50f7..e93ec31e 100644 --- a/apps/web/src/pages/search/index.tsx +++ b/apps/web/src/pages/search/index.tsx @@ -235,7 +235,7 @@ const Search = () => { {findCitiesByName === undefined && inputRef.current?.value && inputRef.current?.value.length > 0 ? ( - + ) : null}