Skip to content

Commit

Permalink
indentation app/src/components/shared/MainNav.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Ole Wieners <[email protected]>
  • Loading branch information
Arnei and owi92 authored Nov 20, 2023
1 parent 0598e65 commit 1f6b69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/shared/MainNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const MainNav = ({
resetOffset();

// Fetching acls from server
dispatch(fetchACLs());
dispatch(fetchACLs());

// Load acls into table
loadingAclsIntoTable();
Expand Down

0 comments on commit 1f6b69a

Please sign in to comment.