Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsummers1 committed Oct 25, 2024
1 parent b6b1c5f commit 8f19f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/ui-src/src/components/layout/FormActions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const FormActions = () => {
let sectionId = "";

const role = currentUser.role;
if (role == AppRoles.STATE_USER ) {
if (role == AppRoles.STATE_USER) {
searchParams = document.location.pathname
.toString()
.replace("/sections/", "")
Expand Down

0 comments on commit 8f19f49

Please sign in to comment.