From 94b9ef2d452192b150578aac791da82849c42c05 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Sat, 24 Apr 2021 22:13:28 +0200 Subject: [PATCH] Fix typo --- client/src/views/Hall.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index c8ca3e6d..1f1750af 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -507,7 +507,7 @@ export default { }, invColor: function(c) { if (c == 'w') return this.st.tr["Black"]; - return this.tr.tr["White"]; + return this.st.tr["White"]; }, partialResetNewchallenge: function() { // Reset potential target and custom FEN: -- 2.44.0