Skip to content

Commit

Permalink
validate user group start date
Browse files Browse the repository at this point in the history
  • Loading branch information
ipula committed Feb 6, 2025
1 parent 699475f commit 4e38233
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<TableCell>
<template v-for="(userGroups, i) in user.groups" :key="i">
<div class="flex flex-col">
{{ formatShortDate(userGroups?.startDate) }}
{{ userGroups?.dateStart && formatShortDate(userGroups?.dateStart) }}
</div>
</template>
</TableCell>
Expand Down

0 comments on commit 4e38233

Please sign in to comment.