mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Merge pull request #229 from ets-cfuhrman-pfe/JubaAzul/issue228
Some checks failed
CI/CD Pipeline for Backend / build_and_push_backend (push) Failing after 22s
CI/CD Pipeline for Nginx Router / build_and_push_nginx (push) Failing after 18s
CI/CD Pipeline for Frontend / build_and_push_frontend (push) Failing after 19s
Tests / tests (client) (push) Failing after 1m1s
Tests / tests (server) (push) Failing after 59s
Some checks failed
CI/CD Pipeline for Backend / build_and_push_backend (push) Failing after 22s
CI/CD Pipeline for Nginx Router / build_and_push_nginx (push) Failing after 18s
CI/CD Pipeline for Frontend / build_and_push_frontend (push) Failing after 19s
Tests / tests (client) (push) Failing after 1m1s
Tests / tests (server) (push) Failing after 59s
Affichage du tableau AVEC réponses longue devrait être adaptés
This commit is contained in:
commit
c1baab6275
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ const LiveResults: React.FC<LiveResultsProps> = ({ questions, showSelectedQuesti
|
|||
const [showCorrectAnswers, setShowCorrectAnswers] = useState<boolean>(false);
|
||||
|
||||
return (
|
||||
|
||||
|
||||
<div>
|
||||
<div className="action-bar mb-1">
|
||||
<div className="text-2xl text-bold">Résultats du quiz</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue