Skip to content

Commit

Permalink
fix: added localization for volunteer engagement for aaron to make
Browse files Browse the repository at this point in the history
Signed-off-by: Triston <[email protected]>
  • Loading branch information
DatGamingStache authored and deepanchal committed Oct 28, 2024
1 parent 92e40a8 commit e22d47c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/dashboards/DefaultDashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const props = defineProps({
let mapUtils;
const { currentUser } = useCurrentUser();
const { currentIncidentId, currentIncident } = useCurrentIncident();
const $toasted = useToast();
const { component } = useDialogs();
const { t } = useI18n();
Expand Down Expand Up @@ -240,7 +239,7 @@ onMounted(() => {
</div>
</div>
<div>
<h2 class="font-bold text-lg mb-3">Volunteer Engagement</h2>
<h2 class="font-bold text-lg mb-3">{{ $t('~~Volunteer Engagement') }}</h2>
<VolunteerChart
:key="JSON.stringify(engagementData)"
class="h-84"
Expand Down

0 comments on commit e22d47c

Please sign in to comment.