refs #5599 remove returns
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2023-05-10 11:31:58 +02:00
parent a8bb0aa196
commit 61d6f47162
1 changed files with 2 additions and 2 deletions

View File

@ -97,9 +97,9 @@ export default class Controller extends Section {
stateColor(state) {
if (state === 'OK')
return 'success';
return;
else if (state === 'Libre')
return 'notice';
return;
}
dateRange(value) {