We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5074a commit e9c545bCopy full SHA for e9c545b
src/components/CustomTags/CustomTagsContainer.tsx
@@ -1,7 +1,6 @@
1
import styles from "./styles.module.scss";
2
import { ReactNode, useContext, useEffect } from "react";
3
import { CustomTagsContext } from "./CustomTagsContext";
4
-import { CustomTagsFilterList } from "./CustomTagsFilterList";
5
6
export interface CustomTagsContainerProps {
7
tags: string; // comma-separated values
@@ -32,8 +31,6 @@ export default function CustomTagsContainer({
32
31
}
33
>
34
{children}
35
-
36
- <CustomTagsFilterList tags={tagList} />
37
</div>
38
);
39
0 commit comments