Skip to content

Commit 29e24cf

Browse files
author
Tomasz John
committed
- fix: custom by default true for CNavItem
1 parent 5c86a3a commit 29e24cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/CNavItem.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ CNavItem.propTypes = {
7070
};
7171

7272
CNavItem.defaultProps = {
73-
tag: 'li'
73+
tag: 'li',
74+
custom: true
7475
};
7576

7677
export default CNavItem;

0 commit comments

Comments
 (0)