Skip to content

Commit e234bd4

Browse files
committed
Make getShopperInsightsUsed prop not required
1 parent 8698034 commit e234bd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/zoid/buttons/component.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,7 @@ export const getButtonsComponent: () => ButtonsComponent = memoize(() => {
952952
getShopperInsightsUsed: {
953953
type: "function",
954954
value: () => wasShopperInsightsUsed,
955+
required: false,
955956
},
956957

957958
stageHost: {

0 commit comments

Comments
 (0)