-
- {categoryOptions?.map(e => {
- return (
-
-
- {e.name}({e.count})
-
-
- )
- })}
-
+
+
+
+ {categoryOptions?.map(e => {
+ return (
+
+
+ {e.name}({e.count})
+
+
+ )
+ })}
- >
+
)
}
@@ -388,27 +386,25 @@ const LayoutTagIndex = props => {
const { tagOptions } = props
const { locale } = useGlobal()
return (
- <>
-
-
-
- {locale.COMMON.TAGS}
-
+
+
+
+ {locale.COMMON.TAGS}
+
-
+
- >
+
)
}