From 32fb79e9a2c7434be89fd450ebe7a37d250ec814 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 12 Feb 2026 12:50:39 +0100 Subject: [PATCH] Clean --- web/components/widgets/hide-profile-button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/widgets/hide-profile-button.tsx b/web/components/widgets/hide-profile-button.tsx index 1c73b2b..a669f18 100644 --- a/web/components/widgets/hide-profile-button.tsx +++ b/web/components/widgets/hide-profile-button.tsx @@ -4,7 +4,7 @@ import {EyeIcon, EyeOffIcon} from '@heroicons/react/outline' import {Tooltip} from 'web/components/widgets/tooltip' import {api} from 'web/lib/api' import {useT} from 'web/lib/locale' -import {useHiddenProfiles} from "web/hooks/use-hidden-profiles"; +import {useHiddenProfiles} from "web/hooks/use-hidden-profiles" export type HideProfileButtonProps = { hiddenUserId: string