fix: message wrong about favourites (#669)

* fix: wrong message
* chore: update type
This commit is contained in:
JimmFly
2023-01-05 12:55:15 +08:00
committed by GitHub
parent 87451a19bb
commit 8b8665df6b
7 changed files with 26 additions and 13 deletions
@@ -57,7 +57,10 @@ type TransitionsModalProps = {
onClose: () => void;
};
export const ContactModal = ({ open, onClose }: TransitionsModalProps) => {
export const ContactModal = ({
open,
onClose,
}: TransitionsModalProps): JSX.Element => {
const { t } = useTranslation();
const rightLinkList = [
{