Skip to content

Commit

Permalink
Merge branch 'release-1.0.63'
Browse files Browse the repository at this point in the history
  • Loading branch information
entrotech committed Nov 20, 2021
2 parents 6db99dd + 7ccea1d commit 55b9b84
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "foodoasis-client",
"description": "React Client for Food Oasis",
"version": "1.0.62",
"version": "1.0.63",
"author": "Hack for LA",
"license": "GPL-2.0",
"private": true,
Expand Down
6 changes: 3 additions & 3 deletions client/src/components/Admin/OrganizationEdit.js
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,8 @@ const OrganizationEdit = (props) => {
<Grid item xs={2}>
<Button
type="button"
icon="check"
style={{ paddingRight: "0" }}
onClick={() => {
setFieldValue(
"latitude",
Expand All @@ -1025,9 +1027,7 @@ const OrganizationEdit = (props) => {
);
setGeocodeResults([]);
}}
>
{""}
</Button>
></Button>
</Grid>
</Grid>
</div>
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foodoasis-web-api",
"version": "1.0.62",
"version": "1.0.63",
"author": "Hack for LA",
"description": "Web API Server for Food Oasis",
"main": "server.js",
Expand Down

0 comments on commit 55b9b84

Please sign in to comment.