diff --git a/src/pages/Profile.jsx b/src/pages/Profile.jsx index e8aad7a..2822460 100644 --- a/src/pages/Profile.jsx +++ b/src/pages/Profile.jsx @@ -10,6 +10,7 @@ import lhoistEmployee from "../assets/img/profiles/lhoist-employee.svg"; import subcontractorEmployee from "../assets/img/profiles/subcontractor-employee.svg"; import driver from "../assets/img/profiles/driver.svg"; import civilian from "../assets/img/profiles/civilian.svg"; +import Loading from "../components/animations/Loading.jsx"; import AnimatedPage from "../components/AnimatedPage"; export default function Profile() { @@ -20,7 +21,7 @@ export default function Profile() { const { language, screensTranslations } = useUser(); - if (!screensTranslations || !screensTranslations.profile) return
loading
; + if (!screensTranslations || !screensTranslations.profile) return