refactor: more readable code
This commit is contained in:
@@ -45,9 +45,9 @@ const loadLogsVolumeEnabled = (): boolean => {
|
||||
// we default to `enabled=true`
|
||||
if (data === 'false') {
|
||||
return false;
|
||||
} else {
|
||||
return true;
|
||||
}
|
||||
|
||||
return true;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user