summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-02-03 15:09:06 +0100
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-02-03 15:09:06 +0100
commit47640e3ace730dccb5a654cf720db2ebfb88b9a2 (patch)
tree309951bdbac8b5d6af612edbc48652e95eca4245
parentf285137bf8ea216a3587a5a250e7e25af520e469 (diff)
downloadwordle-frontend-47640e3ace730dccb5a654cf720db2ebfb88b9a2.tar.xz
add TODO for bug
-rw-r--r--src/components/Trials.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Trials.vue b/src/components/Trials.vue
index c048fdc..6f87f64 100644
--- a/src/components/Trials.vue
+++ b/src/components/Trials.vue
@@ -54,6 +54,7 @@ watch(
}
trials = trials.concat([
{
+ // TODO: fix capitalization of "ß" -> "S"
text: props.backendResponse.trial.toUpperCase(),
colors: props.backendResponse.colors,
},