Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Oditypo (#648)
Browse files Browse the repository at this point in the history
* increase dismiss timeout, remove log line

* fix typo

* fix to handle updated api on alerts
  • Loading branch information
aaronhans authored May 5, 2020
1 parent d7b946b commit 6ce90b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/alerts/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function templateHTML (inputval, counties) {
return response.json();
})
.then(myzip => {
lookupSuccess(myzip.county, inputval, isZip, counties);
lookupSuccess(myzip[0].county, inputval, isZip, counties);
})
.catch(() => {
lookupFail();
Expand Down
2 changes: 1 addition & 1 deletion src/office-of-digital-innovation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h1>California Office of Digital Innovation</h1>

<h2>What we’re building</h2>

<p>Too often, government services don’t actually meet the needs of the people who use them. California Office of Digital Innovatin (ODI) will work to change that by putting residents’ needs at the heart of state services. Whether it’s homelessness, housing, wildfires, or any one of the serious issues facing California, ODI will partner with innovators across the state to deliver radically better services.  </p>
<p>Too often, government services don’t actually meet the needs of the people who use them. California Office of Digital Innovation (ODI) will work to change that by putting residents’ needs at the heart of state services. Whether it’s homelessness, housing, wildfires, or any one of the serious issues facing California, ODI will partner with innovators across the state to deliver radically better services.  </p>

<p>Drawing on lessons learned from similar efforts across the United States and globally, we’ll partner with California state agencies to bring a human-centered, agile and product-focused mindset to technology design and procurement.  </p>

Expand Down

0 comments on commit 6ce90b8

Please sign in to comment.