Skip to content

Commit

Permalink
style: Nits
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChV committed Apr 10, 2024
1 parent 7e104f6 commit 998f75b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/content-tags-drawer/ContentTagsDrawerHelper.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,6 @@ const useContentTagsDrawerHelper = (contentId) => {
// It is constructed this way to maintain the order
// of the list `fechedTaxonomies`
const mergedTagsArray = fechedTaxonomies.map(obj => mergedTags[obj.id]);
console.log("RRRRRRRRRRRRRr");
console.log(mergedTagsArray);
console.log(globalStagedRemovedContentTags);

setTagsByTaxonomy(mergedTagsArray);
}, [
Expand Down

0 comments on commit 998f75b

Please sign in to comment.