Skip to content

Commit

Permalink
Correct typo in width property check
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed May 16, 2024
1 parent b9a8f4b commit 82c9da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/stores/charts.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const useChartsStore = defineStore('charts', () => {
if (m.slope == '-999999999999.0') {
return false
}
if (m.with == '-999999999999.0') {
if (m.width == '-999999999999.0') {
return false
}
// check data quality flags
Expand Down

0 comments on commit 82c9da1

Please sign in to comment.