Skip to content

Commit

Permalink
Merge pull request #607 from AmericanWhitewater/bug/flows-in-beta-box…
Browse files Browse the repository at this point in the history
…-when-no-flowbands-available

fix beta box to function when gauge has reading but not correlation
  • Loading branch information
ngottlieb authored Nov 16, 2024
2 parents 97905d5 + 5790a94 commit 4e9db64
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
:label="adjustedReachDifficulty(gaugeCorrelation)"
/>
<cv-tag
v-if="gaugeCorrelation.status.status"
:class="gaugeCorrelation.status.status"
:label="gaugeCorrelation.status.status.replace('-', ' ').replace('migration', '')"
/> <!-- TODO: reference to "migration" above handles existing legacy migration-runnable data -->
Expand Down

0 comments on commit 4e9db64

Please sign in to comment.