From 9426e2ead60f6892e02d1ef945c82ca2d34a40c4 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 14 Jul 2023 18:03:56 -0400 Subject: [PATCH] Pass lowVoltage/timeoutLength via props instead of re-importing config --- src/StationRow.vue | 32 +++++++++++++++----------------- src/StatusScreen.vue | 2 ++ 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/StationRow.vue b/src/StationRow.vue index 458f2c1..8703620 100644 --- a/src/StationRow.vue +++ b/src/StationRow.vue @@ -1,5 +1,5 @@