diff --git a/src/components/dashboard/GapByRace.vue b/src/components/dashboard/GapByRace.vue index 4f773a1..bcee77e 100644 --- a/src/components/dashboard/GapByRace.vue +++ b/src/components/dashboard/GapByRace.vue @@ -24,20 +24,21 @@ />
- In {{ activeCluster.name }}, the largest gap is among - {{ minVaxRace?.name }} residents. Only - {{ formatPct(minVaxRace?.pct) }} of - {{ minVaxRace?.name }} residents - are vaccinated compared to {{ formatPct(expected) }} statewide. - Approximately - {{ minVaxRace?.gap }} more {{ minVaxRace?.name }} residents - need to receive a dose to close this gap. -
+ +- In {{ activeCluster.name }}, - {{ formatPct(activeFocusStats?.pct) }} of - {{ activeFocusStats?.name }} residents are vaccinated compared to our - goal of {{ formatPct(expected) }} total vaccinations statewide. - Approximately - {{ activeFocusStats?.gap }} more - {{ activeFocusStats?.name }} residents - need to be vaccinated to close this gap. -
+ + - -- In {{ activeCluster.name }}, - {{ formatPct(activeFocusStats?.pct) }} of - {{ activeFocusStats?.name }} residents are vaccinated compared to - our goal of {{ formatPct(expected) }} total vaccinations statewide. -
+ + -- In {{ activeCluster.name }}, there isn't enough vaccine data on - {{ activeFocusStats?.name }} residents to determine - their vaccination status or the number of vaccine doses needed to - close the gap. -
- - -- The largest gap is among - {{ minVaxRace?.name }} residents. Only - {{ formatPct(minVaxRace?.pct) }} of - {{ minVaxRace?.name }} residents are vaccinated. Approximately - {{ minVaxRace?.gap }} more - {{ minVaxRace?.name }} residents need to be vaccinated to close this - gap. -
+ + + + + +