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 4e75628Copy full SHA for 4e75628
lib/components/RowSubItem.js
@@ -136,8 +136,6 @@ class RowSubItem extends Component {
136
uniqueKey,
137
selectChildren,
138
highlightedChildren,
139
-
140
- // OL_CHANGE
141
customSubItemContentRenderer: CustomSubItemContentRenderer
142
} = this.props
143
@@ -173,7 +171,7 @@ class RowSubItem extends Component {
173
171
>
174
172
{!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