diff --git a/frontend/src/components/GoogleTranslate.jsx b/frontend/src/components/GoogleTranslate.jsx index 4294fab9..a58b7bb3 100644 --- a/frontend/src/components/GoogleTranslate.jsx +++ b/frontend/src/components/GoogleTranslate.jsx @@ -2,7 +2,7 @@ import React, { useEffect } from "react"; import { useState } from "react"; const GoogleTranslate = () => { - const [isVisible,setIsVisible] = useState(true); + const [isVisible, setIsVisible] = useState(true); useEffect(() => { window.googleTranslateInit = () => { @@ -48,61 +48,67 @@ const GoogleTranslate = () => { }, []); return ( -