From c56adb682949ff8aa0aa882d7ff2af5fd181f61d Mon Sep 17 00:00:00 2001 From: Katja Lutz Date: Sat, 25 Jun 2022 00:52:43 +0200 Subject: [PATCH] feat: switch from break-all to break-words --- src/components/Positions.tsx | 2 +- src/components/Settings/Overlay.tsx | 2 +- src/components/SwissInvoice.tsx | 4 ++-- src/routes/index.tsx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Positions.tsx b/src/components/Positions.tsx index 884d728..7268373 100644 --- a/src/components/Positions.tsx +++ b/src/components/Positions.tsx @@ -122,7 +122,7 @@ const Positions: Component<{ diff --git a/src/components/Settings/Overlay.tsx b/src/components/Settings/Overlay.tsx index 0ec2703..802336f 100644 --- a/src/components/Settings/Overlay.tsx +++ b/src/components/Settings/Overlay.tsx @@ -941,7 +941,7 @@ const SettingsOverlay: Component = () => { {(error, idx) => ( {idx() + 1} - {error.path} + {error.path} {error.message} )} diff --git a/src/components/SwissInvoice.tsx b/src/components/SwissInvoice.tsx index 1b8bb24..277a642 100644 --- a/src/components/SwissInvoice.tsx +++ b/src/components/SwissInvoice.tsx @@ -140,7 +140,7 @@ const SwissInvoice: Component< return (
-
+
Empfangsschein
@@ -193,7 +193,7 @@ const SwissInvoice: Component<
-
+
Konto / Zahlbar an
{spaceEveryX(props.value.iban)}
diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 3143f08..17a5093 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -137,7 +137,7 @@ export default function Home() { ); return ( -
+
{titleMemo()}