From 5ff847fba31de9027c34689eb840e27e56c55677 Mon Sep 17 00:00:00 2001 From: mqp Date: Sat, 27 Aug 2022 05:01:29 +0000 Subject: [PATCH] Auto-prettification --- web/hooks/use-follows.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web/hooks/use-follows.ts b/web/hooks/use-follows.ts index 1986b30d..c23543a7 100644 --- a/web/hooks/use-follows.ts +++ b/web/hooks/use-follows.ts @@ -1,8 +1,6 @@ import { useEffect, useState } from 'react' import { listenForFollowers, listenForFollows } from 'web/lib/firebase/users' -import { - listenForContractFollows, -} from 'web/lib/firebase/contracts' +import { listenForContractFollows } from 'web/lib/firebase/contracts' export const useFollows = (userId: string | null | undefined) => { const [followIds, setFollowIds] = useState()