autoformatting

This commit is contained in:
Proddy
2023-07-03 08:56:08 +02:00
parent d15de88065
commit 51769011be
5 changed files with 32 additions and 27 deletions

View File

@@ -101,7 +101,6 @@ const DashboarDevicesDialog = ({
if (dv.s) {
helperText += 'n';
if (dv.m !== undefined && dv.x !== undefined) {
helperText += ' between ' + dv.m + ' and ' + dv.x;
} else {
helperText += ' , step ' + dv.s;