Skip to content

Commit 7727c1d

Browse files
committed
remove content variable
1 parent af6f38e commit 7727c1d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/Contacts/ContactDetails/ContactDetailsHeader/ContactHeaderSection/ContactHeaderAddressSection.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ export const ContactHeaderAddressSection = ({
3232
}: Props): ReactElement => {
3333
const { t } = useTranslation();
3434

35-
//let content: ReactElement = null;
36-
3735
if (loading) {
3836
return (
3937
<ContactHeaderSection icon={<LocationIcon />}>

0 commit comments

Comments
 (0)