Skip to content

Commit

Permalink
style: lint fix #356
Browse files Browse the repository at this point in the history
  • Loading branch information
bsilkyn committed May 16, 2024
1 parent 6423fde commit 3ba2f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/admin/UsersView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const fillCreatorsDestroyers = (): void => {
creators.value[role] = createFunctions.value[i - 1];
destroyers.value[role] = destroyFunctions.value[i - 1];
}
}
};
/**
* A function to that shows a popup to edit the User item
* @param data This contains the attributes of the User item to be edited.
Expand Down

0 comments on commit 3ba2f17

Please sign in to comment.