Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaShakthi97 committed Feb 19, 2024
1 parent 9f1a8b1 commit 32ed938
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com). All Rights Reserved.
* Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com).
*
* WSO2 LLC. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
Expand Down Expand Up @@ -41,7 +41,7 @@ const EditApplicationRoles = (props: EditApplicationRolesProps): ReactElement =>

const [ activeTabIndex, setActiveTabIndex ] = useState<number>(undefined);
const defaultActiveIndex: number = 0;

const extendedFeatureConfig: ExtendedFeatureConfigInterface = useSelector(
(state: AppState) => state.config.ui.features);
const isSubOrg: boolean = window[ "AppUtils" ].getConfig().organizationName;
Expand Down Expand Up @@ -102,7 +102,7 @@ const EditApplicationRoles = (props: EditApplicationRolesProps): ReactElement =>
}
);
}

return panes;
};

Expand Down

0 comments on commit 32ed938

Please sign in to comment.