Skip to content

Commit 2b2b50a

Browse files
committed
feat: update tags
1 parent dd3d726 commit 2b2b50a

File tree

1 file changed

+1
-1
lines changed
  • packages/crd-seed/component/Tags

1 file changed

+1
-1
lines changed

packages/crd-seed/component/Tags/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import styles from './index.less'
22

3-
const Tags = () => {
3+
const Tags = ({}) => {
44
const { user, repo } = DOCSCONFIG || {}
55
return (
66
<div className={styles.tags}>

0 commit comments

Comments
 (0)