Skip to content

Commit

Permalink
styles: Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGT96 committed Oct 23, 2024
1 parent a204193 commit 20dbb12
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export const UsersTable = ({ headerActions, onEdit, onDelete }: IOwnProps) => {
}, [deleteUser.status, dispatch]);

const header = ["userName", "userGroupName", "desc"];

const label = {
userName: t("user.username"),
userGroupName: t("user.groups"),
Expand Down

0 comments on commit 20dbb12

Please sign in to comment.