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