Skip to content

Commit

Permalink
Satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersoncasimir authored May 9, 2024
1 parent 699004d commit b0e6ea4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/statistics/jsx/widgets/chartBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ const studyProgressionCharts = async () => {
},
spline: {
interpolation: {
type: 'monotone'
}
type: 'monotone',
},
},
legend: {
show: false,
Expand Down Expand Up @@ -289,8 +289,8 @@ const studyProgressionCharts = async () => {
},
spline: {
interpolation: {
type: 'monotone'
}
type: 'monotone',
},
},
legend: {
show: false,
Expand Down

0 comments on commit b0e6ea4

Please sign in to comment.