Skip to content

Commit

Permalink
Merge branch 'master' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
hdf1996 committed Sep 24, 2019
2 parents a7b9485 + 7a988b2 commit 339cb14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/Sites.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class Sites extends Component<Props, State> {
checked={hasPharmacy}
onChange={e => this.setState({ hasPharmacy: e.target.checked })}
/>
<label htmlFor="filter-farmacy">Farmacy</label>
<label htmlFor="filter-farmacy">Pharmacy</label>
<Checkbox
nativeControlId="filter-laboratory"
checked={hasLaboratory}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "maap-collector",
"productName": "Maap Collector",
"version": "0.17.8",
"version": "0.17.9",
"description": "Electron application boilerplate based on React, React Router, Webpack, React Hot Loader for rapid application development",
"scripts": {
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",
Expand Down

0 comments on commit 339cb14

Please sign in to comment.