Skip to content

Commit b203343

Browse files
Travis StanleyFacebook Github Bot
Travis Stanley
authored and
Facebook Github Bot
committed
update comment to reflect change in function name to renderQuickActions
Summary: Minor error in commen Closes #11351 Differential Revision: D4293263 Pulled By: ericnakagawa fbshipit-source-id: 19559b210336bfd05794a7585c0133a075e06398
1 parent d56530d commit b203343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/Experimental/SwipeableRow/SwipeableListView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ class SwipeableListView extends React.Component {
178178
_renderRow = (rowData: Object, sectionID: string, rowID: string): React.Element<any> => {
179179
const slideoutView = this.props.renderQuickActions(rowData, sectionID, rowID);
180180

181-
// If renderRowSlideout is unspecified or returns falsey, don't allow swipe
181+
// If renderQuickActions is unspecified or returns falsey, don't allow swipe
182182
if (!slideoutView) {
183183
return this.props.renderRow(rowData, sectionID, rowID);
184184
}

0 commit comments

Comments
 (0)