commit | 8132399c29a07b783d2b24ccd80da7676460dbf3 | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed@tanous.net> | Tue Feb 27 11:26:24 2024 -0800 |
committer | Ed Tanous <ed@tanous.net> | Tue Mar 05 04:23:10 2024 +0000 |
tree | d309b7cdaeeb63092d905da2a2df97e492e3bb02 | |
parent | a0c29207a44028fd04e881bbd4e3cbc44ced35ac [diff] [blame] |
Reformat files with new linter All changes should be whitespace, and were done using npm run-script lint. Change-Id: I943c6b435c5c872841af5affc1e89910468b5ca6 Signed-off-by: Ed Tanous <ed@tanous.net>
diff --git a/src/store/modules/HardwareStatus/AssemblyStore.js b/src/store/modules/HardwareStatus/AssemblyStore.js index fe97a9c..c6ab7cf 100644 --- a/src/store/modules/HardwareStatus/AssemblyStore.js +++ b/src/store/modules/HardwareStatus/AssemblyStore.js
@@ -61,7 +61,7 @@ throw new Error(i18n.t('pageInventory.toast.errorEnableIdentifyLed')); } else { throw new Error( - i18n.t('pageInventory.toast.errorDisableIdentifyLed') + i18n.t('pageInventory.toast.errorDisableIdentifyLed'), ); } });