Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit 931d5a2

Browse files
fix: ts error
1 parent add6c05 commit 931d5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/app/onboarding/welcome/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export default function Index() {
142142
</Card.Primary>
143143
<Card.Primary title="Contacts" className="justify-start min-h-[400px]">
144144
{loadingContacts ? (
145-
<Skeleton.ContactsList />
145+
<Skeleton.Simple />
146146
) : contacts.length > 0 ? (
147147
<List.Contacts contacts={contacts} />
148148
) : (

0 commit comments

Comments
 (0)