diff --git a/apps/console/src/features/application-roles/components/roles-list.tsx b/apps/console/src/features/application-roles/components/roles-list.tsx index 945304ce083..13ec63ed2ee 100644 --- a/apps/console/src/features/application-roles/components/roles-list.tsx +++ b/apps/console/src/features/application-roles/components/roles-list.tsx @@ -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 @@ -59,7 +59,7 @@ const RolesList = (props: RolesListProps): ReactElement => { if (query === "") { setProcessedRolesList(rolesList); - + return; } @@ -125,7 +125,7 @@ const RolesList = (props: RolesListProps): ReactElement => { return null; }; - + /** * Resolves data table columns.