Skip to content

Commit

Permalink
Corrections in App declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
josenaldo committed Oct 26, 2022
1 parent 3178fd8 commit 9124afd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions part1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@
- 1.9 - <https://github.com/josenaldo/full-stack-open-2022/releases/tag/part1-ex-1.9>
- 1.10 - <https://github.com/josenaldo/full-stack-open-2022/releases/tag/part1-ex-1.10>
- 1.11 - <https://github.com/josenaldo/full-stack-open-2022/releases/tag/part1-ex-1.11>

- Anecdotes
- 1.12 - <
2 changes: 1 addition & 1 deletion part1/unicafe/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Statistics = ({ good, neutral, bad }) => {
)
}

function App() {
const App = () => {
const [good, setGood] = useState(0)
const [neutral, setNeutral] = useState(0)
const [bad, setBad] = useState(0)
Expand Down

0 comments on commit 9124afd

Please sign in to comment.