Skip to content

Commit

Permalink
Update src/components/OptionsList/BaseOptionsList.js
Browse files Browse the repository at this point in the history
Co-authored-by: Luthfi <luthfi.ufi14@gmail.com>
  • Loading branch information
tienifr and mollfpr authored Apr 10, 2023
1 parent 4974d7c commit c08e4fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/OptionsList/BaseOptionsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ class BaseOptionsList extends Component {
*/
renderItem({item, index, section}) {
const isDisabled = this.props.isDisabled || section.isDisabled;

return (
<OptionRow
option={item}
Expand Down

0 comments on commit c08e4fe

Please sign in to comment.