refs #5599 remove returns
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
a8bb0aa196
commit
61d6f47162
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue