Skip to content

Commit

Permalink
fix(NotificationsClientsTable): show correct timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel-bitfly committed Nov 4, 2024
1 parent 3126724 commit e410ce3
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 @@ const { overview } = useNotificationsDashboardOverviewStore()
</template>
<template #body="slotProps">
<BcFormatTimePassed
type="go-timestamp"
:value="slotProps.data.timestamp"
/>
</template>
Expand Down

0 comments on commit e410ce3

Please sign in to comment.