show enemy name

This commit is contained in:
Quentin Roussel
2024-04-20 10:43:15 +02:00
parent 465bd4fe09
commit d566434603
6 changed files with 40 additions and 4 deletions

View File

@@ -23,7 +23,6 @@ export function WaitingScreen() {
}
function refreshImage() {
imageRef.current.src = "";
imageRef.current.src = SERVER_URL + "/photo/my?team=" + teamId.toString() + "&t=" + new Date().getTime();
}