Skip to content

Commit 069e730

Browse files
committed
Merge branch 'auto-type-term-tags' of github.com:ut-code/utcode-learn into auto-type-term-tags
2 parents c02c04c + 9f76a33 commit 069e730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Term/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import typeMap from "./type-map.js";
1111

1212
/**
1313
* @param {Object} props
14-
* @param {keyof typeof definitions} props.type
14+
* @param {keyof typeof definitions | null} props.type
1515
* @param {React.ReactNode} props.children
1616
*/
1717
export default function Term({ type = null, children }) {

0 commit comments

Comments
 (0)