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 487db23 commit 285e5c7
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 @@ -59,7 +59,7 @@ const RolesList = (props: RolesListProps): ReactElement => {

if (query === "") {
setProcessedRolesList(rolesList);

return;
}

Expand Down Expand Up @@ -125,7 +125,7 @@ const RolesList = (props: RolesListProps): ReactElement => {

return null;
};


/**
* Resolves data table columns.
Expand Down

0 comments on commit 285e5c7

Please sign in to comment.