diff --git a/src/common/component/Contact.js b/src/common/component/Contact.js index 5c245014..47a90e67 100644 --- a/src/common/component/Contact.js +++ b/src/common/component/Contact.js @@ -1,4 +1,4 @@ -// import React from 'react'; +// import React from "react"; import styled from "styled-components"; import { useSelector } from "react-redux"; import { useNavigate } from "react-router-dom"; @@ -75,28 +75,28 @@ export default function Contact({ }; if (!curr) return null; return ( - } > - } +
-
- {!compact && {curr?.name}} -
+ {!compact && {curr?.name}} + + ); }