Remove data prop from Slots

This commit is contained in:
Chi Vinh Le
2018-03-13 21:06:32 +01:00
parent 5e4d010246
commit a81ae2b7f8
29 changed files with 28 additions and 98 deletions
@@ -26,7 +26,7 @@ class Menu extends React.Component {
<Category
slot={`viewingOptions${capitalize(category)}`}
title={this.categories[category]}
passthrough={slotPassthrough}
slotPassthrough={slotPassthrough}
/>
</IfSlotIsNotEmpty>
))}