Skip to content

Commit

Permalink
unnecessary commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
AJIXuMuK committed May 15, 2021
1 parent 3e4921a commit b9fd582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controls/sitePicker/SitePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const SitePicker: React.FunctionComponent<ISitePickerProps> = (props: Rea
key: s.url,
text: s.title,
data: s,
//selected: selectedSitesIds.indexOf(s.url) !== -1
selected: selectedSitesIds.indexOf(s.url) !== -1
});
});
}
Expand Down

0 comments on commit b9fd582

Please sign in to comment.