this is my problem i hope there is a solution
./src/LineGraph.js
Syntax error: D:/programming/corona-tracker-app/covid-19-tracker/src/LineGraph.js: Unexpected token (88:12)
86 | return (
87 | <div>
> 88 | {data?.length > 0 && (
| ^
89 | <Line
90 | options={options}
91 | data={{