From 7727a8f713d1c9edc9ef737b5a5d6fa4161b4d17 Mon Sep 17 00:00:00 2001 From: 1010varun Date: Thu, 8 Feb 2024 01:08:37 +0530 Subject: [PATCH] fix: removed the unused variable --- src/components/OrgListCard/OrgListCard.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/OrgListCard/OrgListCard.tsx b/src/components/OrgListCard/OrgListCard.tsx index 5fba7ac754..ff5f9609b0 100644 --- a/src/components/OrgListCard/OrgListCard.tsx +++ b/src/components/OrgListCard/OrgListCard.tsx @@ -5,7 +5,6 @@ import { useTranslation } from 'react-i18next'; import styles from './OrgListCard.module.css'; import { useHistory } from 'react-router-dom'; import type { InterfaceOrgConnectionInfoType } from 'utils/interfaces'; -import LocationOnIcon from '@mui/icons-material/LocationOn'; import { IS_SAMPLE_ORGANIZATION_QUERY } from 'GraphQl/Queries/Queries'; import { useQuery } from '@apollo/client'; import { Tooltip } from '@mui/material';