From cb4fd20a7368018afd692407bfc5d8f62ab21df9 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Thu, 23 Mar 2023 21:30:39 +0100 Subject: [PATCH] webapp: Fixed typo in PinInfo dialogue --- webapp/src/components/PinInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/components/PinInfo.vue b/webapp/src/components/PinInfo.vue index e26bc6a..bb14003 100644 --- a/webapp/src/components/PinInfo.vue +++ b/webapp/src/components/PinInfo.vue @@ -94,7 +94,7 @@ export default defineComponent({ comSel = 999999; } - if (comCur == -1 || comCur == 255 || comSel == undefined) { + if (comCur == -1 || comCur == 255 || comCur == undefined) { comCur = 999999; }