From f658ffdb3cf0e73c35a4a4296090b6dfa55bd8ae 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 | 5 +++-- client/src/components/Sharing/PublicSharingToggle.tsx | 2 +- client/src/routes/RouteErrorBoundary.tsx | 2 +- .../src/components/DataTable/DataTableErrorBoundary.tsx | 2 +- 5 files changed, 7 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 ( -