From 9ed52c67c96f7367f5ff8af2b932a6db49614b96 Mon Sep 17 00:00:00 2001 From: Vivian Phung Date: Wed, 1 May 2024 19:27:25 -0400 Subject: [PATCH] address should be in top view formatted. not just first letter `0` --- packages/frontend/src/layouts/ProjectSearch.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/frontend/src/layouts/ProjectSearch.tsx b/packages/frontend/src/layouts/ProjectSearch.tsx index bfc5b8ce..1301b42f 100644 --- a/packages/frontend/src/layouts/ProjectSearch.tsx +++ b/packages/frontend/src/layouts/ProjectSearch.tsx @@ -7,7 +7,6 @@ import { useGQLClient } from 'context/GQLClientContext'; import { NotificationBellIcon, PlusIcon } from 'components/shared/CustomIcon'; import { Button } from 'components/shared/Button'; import { Avatar } from 'components/shared/Avatar'; -import { getInitials } from 'utils/geInitials'; import { formatAddress } from 'utils/format'; import { ProjectSearchBar } from 'components/projects/ProjectSearchBar'; @@ -63,7 +62,7 @@ const ProjectSearch = () => { {user?.name && ( )}