Skip to content

Commit

Permalink
Fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
akhenry committed Jul 14, 2023
1 parent 90d3ab9 commit 92566e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/userIndicator/components/UserIndicator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default {
name: role
}));
// automatically select only role option
if (selectionOptions.length === 0){
if (selectionOptions.length === 0) {
return;
}
if (selectionOptions.length === 1) {
Expand Down

0 comments on commit 92566e7

Please sign in to comment.