fix: resolve lint errors from phase 32/33/34 execution
Auto-fixed formatting issues and removed unused imports introduced by background execution agents across currency, i18n, and sharing code. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { getTagsForHobbies } from "@/shared/hobbyConfig";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { getTagsForHobbies } from "@/shared/hobbyConfig";
|
||||
import { usePopularItems } from "../../hooks/useOnboarding";
|
||||
import { SelectableItemCard } from "./SelectableItemCard";
|
||||
|
||||
@@ -54,9 +54,7 @@ export function OnboardingItemBrowser({
|
||||
? t("items.title", { hobby: selectedHobbies[0] })
|
||||
: t("items.titleMultiple")}
|
||||
</h1>
|
||||
<p className="text-base text-gray-500 mb-8">
|
||||
{t("items.subtitle")}
|
||||
</p>
|
||||
<p className="text-base text-gray-500 mb-8">{t("items.subtitle")}</p>
|
||||
|
||||
{isLoading && (
|
||||
<div className="flex justify-center py-12">
|
||||
|
||||
Reference in New Issue
Block a user