Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicer86 committed Jun 12, 2021
1 parent 001d778 commit 25db4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/desktop/quick_views/Components/DelegateState.qml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Item {
var result = []

properties.forEach( (state, index, map) => {
if ( condition(state) )
if (condition(state))
result.push(index);
});

Expand Down

0 comments on commit 25db4b8

Please sign in to comment.