mirror of
https://github.com/wassname/talk.git
synced 2026-07-23 13:10:20 +08:00
Remove data prop from Slots
This commit is contained in:
@@ -26,7 +26,7 @@ class Menu extends React.Component {
|
||||
<Category
|
||||
slot={`viewingOptions${capitalize(category)}`}
|
||||
title={this.categories[category]}
|
||||
passthrough={slotPassthrough}
|
||||
slotPassthrough={slotPassthrough}
|
||||
/>
|
||||
</IfSlotIsNotEmpty>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user