fix(30-02): fix biome formatting in onboarding components

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-12 20:47:47 +02:00
parent 5c18a3cd6c
commit 0db8771574
4 changed files with 7 additions and 11 deletions

View File

@@ -27,9 +27,7 @@ export function OnboardingItemBrowser({
<div className="max-w-5xl w-full text-center">
<h1 className="text-3xl font-bold text-gray-900 mb-2">
Popular gear for{" "}
{selectedHobbies.length === 1
? selectedHobbies[0]
: "your hobbies"}
{selectedHobbies.length === 1 ? selectedHobbies[0] : "your hobbies"}
</h1>
<p className="text-base text-gray-500 mb-8">
Tap items you already own. We'll add them to your collection.