refactor: more readable code

This commit is contained in:
Gábor Farkas
2022-09-05 14:18:09 +02:00
parent 56acc68647
commit f61e9c2c9f
+2 -2
View File
@@ -45,9 +45,9 @@ const loadLogsVolumeEnabled = (): boolean => {
// we default to `enabled=true`
if (data === 'false') {
return false;
} else {
return true;
}
return true;
};
/**