From c7e4ff5cb4b4b24e3415ac186e3b5fe6ca368172 Mon Sep 17 00:00:00 2001 From: Louise Wang Date: Thu, 20 Jan 2022 10:59:36 +0100 Subject: [PATCH] fix: fix bugs --- src/config/selectors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/selectors.js b/src/config/selectors.js index c99cf3f60..b0b1c54f8 100644 --- a/src/config/selectors.js +++ b/src/config/selectors.js @@ -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}"]`;