Skip to content

Commit 65a3dd7

Browse files
committed
fix(cta): render all cta placeholders
1 parent f4db2b7 commit 65a3dd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/client/src/lib/sections/lists/components/cta/CtaItem.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
>
3737
{#if cta.type === "activity" || cta.type === "social"}
3838
<ActivityCtaPlaceholder intl={CtaPlaceholderIntlProvider} {cta} />
39-
{:else if cta.type === "personal-list" || cta.type === "smart-list"}
39+
{:else}
4040
<PlaceholderItem {cta} intl={CtaPlaceholderIntlProvider} />
4141
{/if}
4242
</div>

0 commit comments

Comments
 (0)