File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed
Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -1297,9 +1297,9 @@ const Statistics = (props) => {
12971297 // / ...
12981298 return (
12991299 < div>
1300- < StatisticLine text= " good" value = {... } / >
1301- < StatisticLine text= " neutral" value = {... } / >
1302- < StatisticLine text= " bad" value = {... } / >
1300+ < StatisticLine text= " good" value= {... } / >
1301+ < StatisticLine text= " neutral" value= {... } / >
1302+ < StatisticLine text= " bad" value= {... } / >
13031303 // ...
13041304 < / div>
13051305 )
Original file line number Diff line number Diff line change @@ -1286,9 +1286,9 @@ const Statistics = (props) => {
12861286 // / ...
12871287 return (
12881288 < div>
1289- < StatisticLine text= " good" value = {... } / >
1290- < StatisticLine text= " neutral" value = {... } / >
1291- < StatisticLine text= " bad" value = {... } / >
1289+ < StatisticLine text= " good" value= {... } / >
1290+ < StatisticLine text= " neutral" value= {... } / >
1291+ < StatisticLine text= " bad" value= {... } / >
12921292 // ...
12931293 < / div>
12941294 )
Original file line number Diff line number Diff line change @@ -1129,9 +1129,9 @@ const Statistics = (props) => {
11291129 // / ...
11301130 return (
11311131 < div>
1132- < StatisticLine text= " good" value = {... } / >
1133- < StatisticLine text= " neutral" value = {... } / >
1134- < StatisticLine text= " bad" value = {... } / >
1132+ < StatisticLine text= " good" value= {... } / >
1133+ < StatisticLine text= " neutral" value= {... } / >
1134+ < StatisticLine text= " bad" value= {... } / >
11351135 // ...
11361136 < / div>
11371137 )
Original file line number Diff line number Diff line change @@ -1237,9 +1237,9 @@ const Statistics = (props) => {
12371237 // / ...
12381238 return (
12391239 < div>
1240- < StatisticLine text= " good" value = {... } / >
1241- < StatisticLine text= " neutral" value = {... } / >
1242- < StatisticLine text= " bad" value = {... } / >
1240+ < StatisticLine text= " good" value= {... } / >
1241+ < StatisticLine text= " neutral" value= {... } / >
1242+ < StatisticLine text= " bad" value= {... } / >
12431243 // ...
12441244 < / div>
12451245 )
Original file line number Diff line number Diff line change @@ -1512,9 +1512,9 @@ const Statistics = (props) => {
15121512 // / ...
15131513 return (
15141514 < div>
1515- < StatisticLine text= " good" value = {... } / >
1516- < StatisticLine text= " neutral" value = {... } / >
1517- < StatisticLine text= " bad" value = {... } / >
1515+ < StatisticLine text= " good" value= {... } / >
1516+ < StatisticLine text= " neutral" value= {... } / >
1517+ < StatisticLine text= " bad" value= {... } / >
15181518 // ...
15191519 < / div>
15201520 )
You can’t perform that action at this time.
0 commit comments