Skip to content

Commit

Permalink
Manual fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <[email protected]>
  • Loading branch information
Tyler Smalley committed Sep 20, 2021
1 parent 77f1eeb commit 59a8a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ export const createPackRoute = (router: IRouter) => {
name: savedQuery.name,
}));

// eslint-disable-next-line @typescript-eslint/no-unused-vars
const {
attributes,
// eslint-disable-next-line @typescript-eslint/no-unused-vars
references: _,
...restSO
} = await savedObjectsClient.create(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ const UsersTableComponent: React.FC<UsersTableProps> = ({
[dispatch, sort, type]
);

// eslint-disable-next-line react-hooks/exhaustive-deps
const columns = useMemo(
() => getUsersColumns(flowTarget, usersTableId),
// eslint-disable-next-line react-hooks/exhaustive-deps
[flowTarget, usersTableId]
);

Expand Down

0 comments on commit 59a8a40

Please sign in to comment.