From 35a3df4bb0818c5773504ab7adf335bd6c687c0f Mon Sep 17 00:00:00 2001
From: Marco Beretta <81851188+berry-13@users.noreply.github.com>
Date: Wed, 24 Jun 2026 15:41:49 +0200
Subject: [PATCH] fix: prettier formatting after dev rebase
---
client/src/components/Nav/SettingsTabs/ApiKeys/Item.tsx | 2 +-
client/src/components/Share/ShareView.tsx | 4 ++--
client/src/components/Sharing/PublicSharingToggle.tsx | 2 +-
client/src/routes/RouteErrorBoundary.tsx | 2 +-
.../src/components/DataTable/DataTableErrorBoundary.tsx | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/client/src/components/Nav/SettingsTabs/ApiKeys/Item.tsx b/client/src/components/Nav/SettingsTabs/ApiKeys/Item.tsx
index f0e0092a24..7a1786fd2c 100644
--- a/client/src/components/Nav/SettingsTabs/ApiKeys/Item.tsx
+++ b/client/src/components/Nav/SettingsTabs/ApiKeys/Item.tsx
@@ -18,7 +18,7 @@ export default function Item({ apiKey }: ItemProps) {
const status = getExpiryStatus(apiKey.expiresAt);
return (
-
+
{apiKey.name}
diff --git a/client/src/components/Share/ShareView.tsx b/client/src/components/Share/ShareView.tsx
index 8ed0303d53..8935fff3fe 100644
--- a/client/src/components/Share/ShareView.tsx
+++ b/client/src/components/Share/ShareView.tsx
@@ -189,7 +189,7 @@ function ShareHeader({
return (
-
+
@@ -234,7 +234,7 @@ function ShareHeader({
-
+
diff --git a/client/src/components/Sharing/PublicSharingToggle.tsx b/client/src/components/Sharing/PublicSharingToggle.tsx
index 35a70dd9d9..61ca48d0c8 100644
--- a/client/src/components/Sharing/PublicSharingToggle.tsx
+++ b/client/src/components/Sharing/PublicSharingToggle.tsx
@@ -106,7 +106,7 @@ export default function PublicSharingToggle({
diff --git a/client/src/routes/RouteErrorBoundary.tsx b/client/src/routes/RouteErrorBoundary.tsx
index f7ca1db5fa..28a875511c 100644
--- a/client/src/routes/RouteErrorBoundary.tsx
+++ b/client/src/routes/RouteErrorBoundary.tsx
@@ -129,7 +129,7 @@ export default function RouteErrorBoundary() {
role="alert"
className="flex min-h-screen flex-col items-center justify-center bg-surface-primary bg-gradient-to-br"
>
-
+
{localize('com_ui_error_unexpected')}
diff --git a/packages/client/src/components/DataTable/DataTableErrorBoundary.tsx b/packages/client/src/components/DataTable/DataTableErrorBoundary.tsx
index ea583cdd67..03d722ff0e 100644
--- a/packages/client/src/components/DataTable/DataTableErrorBoundary.tsx
+++ b/packages/client/src/components/DataTable/DataTableErrorBoundary.tsx
@@ -73,7 +73,7 @@ class DataTableErrorBoundaryInner extends Component<
aria-labelledby="datatable-error-title"
aria-describedby="datatable-error-desc"
tabIndex={-1}
- className="before:bg-surface-destructive/80 relative w-full max-w-md overflow-hidden rounded-lg border border-border-light bg-surface-primary-alt p-6 shadow-sm outline-none before:absolute before:left-0 before:top-0 before:h-full before:w-1 focus:ring-2 focus:ring-text-primary focus:ring-offset-2"
+ className="relative w-full max-w-md overflow-hidden rounded-lg border border-border-light bg-surface-primary-alt p-6 shadow-sm outline-none before:absolute before:left-0 before:top-0 before:h-full before:w-1 before:bg-surface-destructive/80 focus:ring-2 focus:ring-text-primary focus:ring-offset-2"
>