From 3a90114f3afc66cfef70c71c2ee343c29e1f3e8d Mon Sep 17 00:00:00 2001 From: Aryan Goharzad Date: Tue, 24 Jan 2023 12:03:18 -0500 Subject: more prettier and lint cleanup (#82) * more prettier and lint cleanup * Fixes more lint issues * lint * ignore more files * remove todos * lint --- src/view/com/util/UserInfoText.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/view/com/util/UserInfoText.tsx') diff --git a/src/view/com/util/UserInfoText.tsx b/src/view/com/util/UserInfoText.tsx index 5cdfd1345..151fa54d0 100644 --- a/src/view/com/util/UserInfoText.tsx +++ b/src/view/com/util/UserInfoText.tsx @@ -11,7 +11,6 @@ export function UserInfoText({ type = 'md', did, attr, - loading, failed, prefix, style, @@ -27,7 +26,6 @@ export function UserInfoText({ asLink?: boolean }) { attr = attr || 'handle' - loading = loading || '...' failed = failed || 'user' const store = useStores() -- cgit 1.4.1