Skip to content

Commit

Permalink
Fixes incorrect place name rendering, specifically with degrees N and…
Browse files Browse the repository at this point in the history
… W for a point location. (#650)
  • Loading branch information
BobTorgerson authored Feb 19, 2024
1 parent cda66cb commit 716c3b4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions components/reports/hydrology/ReportHydrologyTables.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,13 @@
{{
mapVariables(variable)
}},

<span v-html="place"></span
>, 1950&ndash;2099,
{{
place
}}, 1950&ndash;2099, {{ radioHydroModel }} model
radioHydroModel
}}
model
</caption>
<thead>
<tr>
Expand Down

0 comments on commit 716c3b4

Please sign in to comment.