Skip to content

Commit cb22811

Browse files
author
Josh Habdas
committed
Fixing style
1 parent 86ce4f2 commit cb22811

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/utils/customPropTypes.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ const customPropTypes = {
1616
});
1717
if (disallowed && disallowed.length !== 0) {
1818
return new Error(
19-
`\`${componentName}\` should only have children of type \`${allowedTypes}\`.`);
19+
`\`${componentName}\` should only have children of type \`${allowedTypes}\`.`
20+
);
2021
}
2122
};
2223
},

0 commit comments

Comments
 (0)