Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Feb 9, 2025
1 parent 312f4ba commit 945e79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/volto-bookmarks/src/components/MenuItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const MenuItem = ({ intl, item }) => {
let [deleted, setDeleted] = useState(false);

async function deleteBookmarkHandler(uid, group, searchquery) {
const response = await deleteBookmark(uid, group, searchquery);
await deleteBookmark(uid, group, searchquery);
setDeleted(true);
fetchBookmarks();
}
Expand Down

0 comments on commit 945e79e

Please sign in to comment.