frametrain
frametrain copied to clipboard
Update TemplateCard.tsx
changed creatorName
from number
to string
Summary by CodeRabbit
-
New Features
- Updated the
TemplateCard
component to acceptcreatorName
as a string instead of a number, improving data handling for creator identification.
- Updated the
-
Bug Fixes
- Resolved issues related to the incorrect handling of creator names previously treated as numeric values.