Skip to content

Commit

Permalink
fix: feedback date
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebus-84 committed May 3, 2024
1 parent 753ca95 commit 46efcb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<ion-content class="ion-padding">
<d-feedback {...feedback} />
<div class="flex w-full flex-row items-start justify-around">
<d-session-card {sid} date={dayjs(at).toString()} {success} />
<d-session-card {sid} date={dayjs.unix(at).toString()} {success} />
</div>
</ion-content>

0 comments on commit 46efcb4

Please sign in to comment.