Corrected Error in Dashboard
This commit is contained in:
@@ -17,9 +17,8 @@
|
||||
<UDashboardCard
|
||||
class="mt-3"
|
||||
title="Anwesenheiten"
|
||||
v-if="dataStore.getStartedWorkingTimes().length > 0"
|
||||
>
|
||||
<p v-for="time in dataStore.getStartedWorkingTimes()"><UIcon name="i-heroicons-check"/>{{profileStore.getProfileById(time.profile).fullName}}</p>
|
||||
<display-present-profiles/>
|
||||
</UDashboardCard>
|
||||
|
||||
|
||||
@@ -45,6 +44,8 @@
|
||||
|
||||
<script setup>
|
||||
|
||||
import DisplayPresentProfiles from "~/components/noAutoLoad/displayPresentProfiles.vue";
|
||||
|
||||
definePageMeta({
|
||||
middleware: "auth"
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user