Skip to content

Commit

Permalink
#55: fixed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
st3phan-cs committed Feb 19, 2020
1 parent 56f948e commit 6d3a9ae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@types/react": "^16.9.20",
"@types/react-instantsearch-dom": "^5.2.6",
"@types/react-leaflet": "^2.5.0",
"@types/qs": "^6.9.1",
"algoliasearch": "^4.0.3",
"dotenv": "^8.2.0",
"gatsby": "^2.19.18",
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/SearchResult/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
import algoliasearch from 'algoliasearch/lite';
import withURLSync from './URLSync';
// @ts-ignore
// import './App.css';
import './App.css';

const searchClient = algoliasearch(`${process.env.ALGOLIA_APP_ID}`, `${process.env.ALGOLIA_API_KEY}`);
// @ts-ignore
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2164,6 +2164,11 @@
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==

"@types/qs@^6.9.1":
version "6.9.1"
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.1.tgz#937fab3194766256ee09fcd40b781740758617e7"
integrity sha512-lhbQXx9HKZAPgBkISrBcmAcMpZsmpe/Cd/hY7LGZS5OfkySUBItnPZHgQPssWYUET8elF+yCFBbP1Q0RZPTdaw==

"@types/reach__router@^1.2.6":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@types/reach__router/-/reach__router-1.3.0.tgz#4c05a947ccecca05c72bb335a0f7bb43fec12446"
Expand Down

0 comments on commit 6d3a9ae

Please sign in to comment.