Skip to content
Snippets Groups Projects
Unverified Commit bf818536 authored by Gustavo Saiani's avatar Gustavo Saiani Committed by GitHub
Browse files

Allow highlighting collection in bookmark list (#21594)

parent 3567cea7
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,6 @@ const BookmarkList = ({
const { id, item_id, name, type } = bookmark;
const isSelected =
selectedItem &&
selectedItem.type !== "collection" &&
selectedItem.type === type &&
selectedItem.id === item_id;
const url = Urls.bookmark(bookmark);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment