diff --git a/src/components/PropList.js b/src/components/PropList.js index 8a0ad1b12..54cc17c0c 100644 --- a/src/components/PropList.js +++ b/src/components/PropList.js @@ -26,7 +26,9 @@ const PropTypeInfo = ({ type }) => {
{'>'}
- ) : null; + ) : ( + + ); } case 'oneOf': return (