Skip to content

Commit efa7e9d

Browse files
authored
Merge pull request #47 from TodoMall/sprint/todomall
fix: fix swipe tab
2 parents a9f25b9 + a10d4f5 commit efa7e9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/main/TodoMall/TodoMall.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ const TodoMall = ({ current, setCurrent }) => {
5252
onChange={(updatedTab) => {
5353
setCurrent(updatedTab.label);
5454
}}
55-
blacklistedElement={{
56-
identifierType: "id",
57-
identifierName: "category-img",
58-
}}
55+
// blacklistedElement={{
56+
// identifierType: "id",
57+
// identifierName: "category-img",
58+
// }}
5959
>
6060
<Tab label="career" key={0}>
6161
<Body>

0 commit comments

Comments
 (0)