Stored Charms:
{ifElse(
!cellRef?.length,
No charms created yet
,
{cellRef.map((charm: any, index: number) => (
-
Go to Charm {computed(() => index + 1)}
Charm {computed(() => index + 1)}:{" "}
{charm[NAME] || "Unnamed"}
))}
,
)}
Create New Charm
),
cellRef,
};
},
);