File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import {updateApplication} from "../api/index.js";
66import { convertClientApplicationToServer , convertServerApplicationToClient } from "../utils/Application.js" ;
77import { Button , ButtonType , Loader } from "@surfnet/sds" ;
88import ContractSignedIcon from "../icons/undraw/contract_signed.svg" ;
9- import { authorities , currentUserMembershipAuthority , isOrganizationAdmin } from "../utils/Permissions.js" ;
9+ import { isOrganizationAdmin } from "../utils/Permissions.js" ;
1010
1111export const Contract = ( {
1212 application,
@@ -48,7 +48,7 @@ export const Contract = ({
4848 return < Loader />
4949 }
5050
51- const maySignContract = user . superUser || isOrganizationAdmin ( user , currentOrganization ) ;
51+ const maySignContract = user . superUser || isOrganizationAdmin ( user , currentOrganization ) ;
5252
5353 return (
5454 < div className = "contract-container" >
You can’t perform that action at this time.
0 commit comments