From 8a7278ae3151f9006b8fb720f0cdf029640ee36b Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 07:55:51 +0000 Subject: [PATCH] Fix Biome formatting in add-document component Co-Authored-By: Claude Opus 4.5 --- apps/web/components/add-document/index.tsx | 34 +++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/apps/web/components/add-document/index.tsx b/apps/web/components/add-document/index.tsx index d3bb9e33..22b87e09 100644 --- a/apps/web/components/add-document/index.tsx +++ b/apps/web/components/add-document/index.tsx @@ -458,23 +458,23 @@ export function AddDocument({ )} > {isMobile && ( -
- {tabs.map((tab) => ( - setActiveTab(tab.id)} - icon={tab.icon} - title={tab.title} - compactLabel={tab.compactLabel} - description={tab.description} - isPro={tab.isPro} - compact - /> - ))} -
- )} -
+
+ {tabs.map((tab) => ( + setActiveTab(tab.id)} + icon={tab.icon} + title={tab.title} + compactLabel={tab.compactLabel} + description={tab.description} + isPro={tab.isPro} + compact + /> + ))} +
+ )} +
{activeTab === "note" && (