diff --git a/src/components/game/GameQuestion.jsx b/src/components/game/GameQuestion.jsx
index 8ac6013..0a51191 100644
--- a/src/components/game/GameQuestion.jsx
+++ b/src/components/game/GameQuestion.jsx
@@ -3,8 +3,17 @@ import anwserIconSafe from "../../assets/img/icons/anwser_icon_safe.svg";
import anwserIconUnsafe from "../../assets/img/icons/anwser_icon_unsafe.svg";
import { useGame } from "../../hooks/useGame";
+import { useUser } from "../../hooks/useUser";
+import Loading from "../animations/Loading";
+
export default function GameQuestion({ questionId, correctAnswer }, ...props) {
const { answerQuestion, contextGameDatas } = useGame();
+ const { screensTranslations } = useUser();
+
+ if (!screensTranslations || !screensTranslations.tutorial) return
- Est-ce que la situation comporte un risque majeur ou identifiez vous un bon - comportement ? -
+{currentScreenTranslations.is_it_secure_question}