From fc51f65f3ba91b3067907d5548348483aa044450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Wed, 31 Jul 2024 12:37:43 +0200 Subject: [PATCH] chore: reformat code --- assets/components/tracking/WatchlistForm.tsx | 8 +- assets/components/tracking/WatchlistsList.tsx | 10 +- assets/hooks/useBreakpoint.tsx | 16 +-- assets/pages/info/TldPage.tsx | 4 +- assets/pages/search/DomainSearchPage.tsx | 5 +- assets/pages/tracking/WatchlistPage.tsx | 7 +- translations/translations.pot | 136 +++++++++--------- 7 files changed, 94 insertions(+), 92 deletions(-) diff --git a/assets/components/tracking/WatchlistForm.tsx b/assets/components/tracking/WatchlistForm.tsx index 965b5ee..38909c1 100644 --- a/assets/components/tracking/WatchlistForm.tsx +++ b/assets/components/tracking/WatchlistForm.tsx @@ -210,12 +210,12 @@ export function WatchlistForm({form, connectors, onCreateWatchlist}: {