[#58] changed the error detection to prevent displaying error on first connection

This commit is contained in:
Camille Moussu
2025-08-22 10:26:51 +02:00
committed by Benoit TELLIER
parent a6c6f944a6
commit 4ba8be73b7
5 changed files with 45 additions and 35 deletions
-3
View File
@@ -1,6 +1,3 @@
import React from "react";
import logo from "../../static/images/calendar.svg";
export function Error() {
return <p>Error</p>;
}