Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Tethik committed Jan 22, 2024
1 parent 99deabd commit d8245f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/components/elements/Links.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function Links({ objectType, objectId }) {
objectType,
objectId,
});
const [deleteLink, _] = useDeleteLinkMutation();
const [deleteLink] = useDeleteLinkMutation();
const readOnly = useReadOnly();

const openAddLinkModal = () =>
Expand Down
1 change: 0 additions & 1 deletion app/src/components/model/modals/AddLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {
DialogContent,
DialogTitle,
FormControl,
InputLabel,
MenuItem,
Select,
TextField,
Expand Down

0 comments on commit d8245f3

Please sign in to comment.