Closed waptik closed 2 months ago
The change involves updating the TemplateCard
component by modifying the type of the creatorName
property within its props. The creatorName
property has been changed from a number
type to a string
type, which alters how the component processes and displays data related to the creator's name.
Files | Change Summary |
---|---|
components/home/TemplateCard.tsx | Changed creatorName type from number to string in props. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
changed
creatorName
fromnumber
tostring
Summary by CodeRabbit
TemplateCard
component to acceptcreatorName
as a string instead of a number, improving data handling for creator identification.