We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9fd02 commit 3fc46b5Copy full SHA for 3fc46b5
lib/components/RowSubItem.js
@@ -173,7 +173,7 @@ class RowSubItem extends Component {
173
>
174
{!shouldUseCostumeRender && this._renderDefaultContent()}
175
176
- {shouldUseCostumeRender && <CustomSubItemContentRenderer subItem={subItem} isItemSelected={this._itemSelected}/> }
+ {shouldUseCostumeRender && <CustomSubItemContentRenderer subItem={subItem} isItemSelected={itemSelected}/> }
177
</TouchableOpacity>
178
</View>
179
)
0 commit comments