Skip to content

Commit

Permalink
fix: fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
louisewang1 committed Jan 20, 2022
1 parent 22ba7c7 commit c7e4ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ export const buildCustomizedTagsSelector = (index) =>
export const CATEGORIES_SELECTION_VALUE_SELECTOR = `#${SHARE_ITEM_CATEGORY_LEVEL_TITLE_ID}+div span`;

export const buildCategoryMenuOptions = (menuName, optionIndex) =>
`${menuName}-popup li[data-option-index="${optionIndex}"]`;
`#${menuName}-popup li[data-option-index="${optionIndex}"]`;

0 comments on commit c7e4ff5

Please sign in to comment.