Skip to content

Commit

Permalink
fix: use new activitiy list items (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebus-84 authored Feb 19, 2025
1 parent d1093a6 commit 3f6ae11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/routes/[[lang]]/(protected)/(tabs)/activity/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
{#if verifiedSids && verifiedSids.length > 0}
{#each verifiedSids.reverse() as verifiedSid}
<d-activity-card
name={verifiedSid.sid}
description={verifiedSid.success ? 'verified' : 'failure'}
message={`${verifiedSid.sid} ${verifiedSid.success ? 'verified' : 'failure'}`}
date={dayjs().to(dayjs.unix(verifiedSid.at))}
/>
{/each}
Expand Down

0 comments on commit 3f6ae11

Please sign in to comment.