Skip to content

Commit

Permalink
vercel deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra-Haynes committed Sep 28, 2023
1 parent 26bba49 commit d2126f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "next/core-web-vitals"
"extends": "next/core-web-vitals",
"rules": {
"react-hooks/exhaustive-deps": "off"
}
}
2 changes: 1 addition & 1 deletion src/app/components/CalorieCalculatorForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const CalorieCalculatorForm = () => {

{activityNotFound && (
<ErrorMessage
errorText={`We couldn't find this activity. Try a different version. For
errorText={`We couldn&apos;t find this activity. Try a different version. For
example: run instead of running, pushups instead of push ups or
push-ups.`}
/>
Expand Down

0 comments on commit d2126f4

Please sign in to comment.