This commit is contained in:
Maciej Caderek
2022-03-31 22:38:35 +02:00
parent 276c8d221f
commit a003ab6089
5 changed files with 71 additions and 29 deletions

View File

@@ -28,7 +28,9 @@ const Info: Component<{ handlers: Handlers }> = () => {
? "1"
: state.game.header.Result === "0-1"
? "0"
: "1/2"}
: state.game.header.Result === "1/2-1/2"
? "1/2"
: ""}
</span>
</div>
</div>
@@ -51,7 +53,9 @@ const Info: Component<{ handlers: Handlers }> = () => {
? "0"
: state.game.header.Result === "0-1"
? "1"
: "1/2"}
: state.game.header.Result === "1/2-1/2"
? "1/2"
: ""}
</span>
</div>
</div>