Skip to content

Commit e9c545b

Browse files
committed
remove tags list from container
1 parent ec5074a commit e9c545b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/CustomTags/CustomTagsContainer.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import styles from "./styles.module.scss";
22
import { ReactNode, useContext, useEffect } from "react";
33
import { CustomTagsContext } from "./CustomTagsContext";
4-
import { CustomTagsFilterList } from "./CustomTagsFilterList";
54

65
export interface CustomTagsContainerProps {
76
tags: string; // comma-separated values
@@ -32,8 +31,6 @@ export default function CustomTagsContainer({
3231
}
3332
>
3433
{children}
35-
36-
<CustomTagsFilterList tags={tagList} />
3734
</div>
3835
);
3936
}

0 commit comments

Comments
 (0)