This commit is contained in:
parent
643b4fa929
commit
fbec8c0205
|
|
@ -250,7 +250,6 @@ export const TagsViews: React.FC<TagsViewsProps> = React.memo(({
|
|||
}}
|
||||
>
|
||||
{categoriesRef.current
|
||||
.filter(item => item.name !== t("article.all")) // 过滤掉 'all' 标签
|
||||
.map((item, index) => (
|
||||
<button
|
||||
key={index}
|
||||
|
|
|
|||
Loading…
Reference in New Issue