Browse Source

make a small change

yuto-oweseek 4 years ago
parent
commit
f90926dcf1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/app/src/components/TagCloudBox.tsx

+ 2 - 0
packages/app/src/components/TagCloudBox.tsx

@@ -38,6 +38,8 @@ const TagCloudBox: FC<Props> = (props:Props) => {
 
 TagCloudBox.propTypes = {
   tags: PropTypes.array.isRequired,
+  minSize: PropTypes.number,
+  maxSize: PropTypes.number,
 };
 
 export default TagCloudBox;