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

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
Co-authored-by: Winston Liu <Wliu1402@gmail.com>
  • Loading branch information
aminya and 50Wliu committed Jan 8, 2021
1 parent b4a58f7 commit b07cbec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/select-list-view.ts
Expand Up @@ -35,7 +35,6 @@ module.exports = class SelectListView {

constructor (props: SelectListProperties) {
this.props = props

if (!this.props.hasOwnProperty('initialSelectionIndex')) {
this.props.initialSelectionIndex = 0
}
Expand Down

0 comments on commit b07cbec

Please sign in to comment.