Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDarsa committed Jun 30, 2024
1 parent de896e0 commit b209ac8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ const PaginatedTable: FC<Props> = ({
if (list && listKey) {
const roleToIdx = {};
list.forEach((role, idx) => {
//@ts-ignore
//@ts-ignore
roleToIdx[role] = idx;
});
//@ts-ignore
Expand Down

0 comments on commit b209ac8

Please sign in to comment.