diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-02-03 15:09:06 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-02-03 15:09:06 +0100 |
commit | 47640e3ace730dccb5a654cf720db2ebfb88b9a2 (patch) | |
tree | 309951bdbac8b5d6af612edbc48652e95eca4245 | |
parent | f285137bf8ea216a3587a5a250e7e25af520e469 (diff) | |
download | wordle-frontend-47640e3ace730dccb5a654cf720db2ebfb88b9a2.tar.xz |
add TODO for bug
-rw-r--r-- | src/components/Trials.vue | 1 |
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, }, |