Skip to content

Commit 0ec198e

Browse files
committed
Add extract missing prop after resolving conflict
1 parent 3b2e96c commit 0ec198e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/js/components/ObjectName.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ export default function getObjectName(props) {
88
quotesOnKeys,
99
theme,
1010
jsvRoot,
11-
name
11+
name,
12+
displayArrayKey
1213
} = props;
1314

1415
const display_name = props.name ? props.name : '';

0 commit comments

Comments
 (0)