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