Skip to content

Commit

Permalink
fix values
Browse files Browse the repository at this point in the history
  • Loading branch information
brettedw committed Feb 16, 2024
1 parent 013b441 commit 087e887
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export class GridComponentRenderer {
}
}

const value = field.includes(WeatherDeterminate.ACTUAL) ? params.value : params?.value?.value
const value = params?.value?.value ?? params.value
// The 'Actual' column will show N/R for Not Reporting, instead of N/A
const noDataField = headerName === WeatherDeterminate.ACTUAL ? NOT_REPORTING : NOT_AVAILABLE

Expand Down

0 comments on commit 087e887

Please sign in to comment.