diff --git a/part1/1.6-1.11-unicafe/src/App.js b/part1/1.6-1.11-unicafe/src/App.js index df5f90f..536402f 100644 --- a/part1/1.6-1.11-unicafe/src/App.js +++ b/part1/1.6-1.11-unicafe/src/App.js @@ -18,22 +18,23 @@ const App = () => {

Statistic

{all > 0 && -
+ + - - + +
} {all === 0 && "No feedback given"}
) } - const StatisticLine = (props) =>

{props.text}: {props.value}

+ const StatisticLine = (props) => {props.text}{props.value} const Button = (props) => { return (