Skip to content

Commit

Permalink
Category Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cyatteau committed Jan 17, 2023
1 parent 5349bca commit 617bc8e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions App.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export default function App() {
{ label: "Breakfast", value: "4" },
{ label: "Brewpub", value: "5" },
{ label: "Chinese Food", value: "6" },
{ label: "Ice Cream Shop", value: "7" },
{ label: "Mexican Food", value: "8" },
{ label: "Seafood", value: "9" },
{ label: "Sushi", value: "10" },
{ label: "Winery", value: "11" },
{ label: "Hotel", value: "7" },
{ label: "Ice Cream Shop", value: "8" },
{ label: "Mexican Food", value: "9" },
{ label: "Seafood", value: "10" },
{ label: "Sushi", value: "11" },
{ label: "Winery", value: "12" },
];

const apiKey =
"YOUR_API_KEY";
const apiKey = "YOUR_API_KEY";
const authentication = ApiKeyManager.fromKey(apiKey);

const getCoords = () => {
Expand Down

0 comments on commit 617bc8e

Please sign in to comment.