Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
revert change #877
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunkat committed Jun 14, 2017
1 parent f5f037c commit 3b13703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widget/List/RawList.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class RawList extends Component {
const { list, mandatory } = this.props;
const { selected } = this.state;

if (selected === 0 || !selected){
if (selected === 0){
return 0;
}

Expand Down

0 comments on commit 3b13703

Please sign in to comment.