Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
belcherj committed Feb 13, 2020
1 parent 2fcf43a commit fc8125f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/search-field/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ export class SearchField extends Component<ConnectedProps> {
}
}

const mapStateToProps = ({ appState: state, ui: { listTitle, searchQuery } }: State) => ({
const mapStateToProps = ({
appState: state,
ui: { listTitle, searchQuery },
}: State) => ({
isTagSelected: !!state.tag,
placeholder: listTitle,
searchFocus: state.searchFocus,
Expand Down

0 comments on commit fc8125f

Please sign in to comment.