✨ feat(api): Add an interface to obtain user subscription details, update related type definitions and localized text
This commit is contained in:
@@ -71,7 +71,7 @@ export function Content({ subscriptionData }: ProductShowcaseProps) {
|
||||
return (
|
||||
<>
|
||||
{description && <li className='text-muted-foreground'>{description}</li>}
|
||||
{features.map(
|
||||
{features?.map(
|
||||
(
|
||||
feature: {
|
||||
type: string;
|
||||
|
||||
Reference in New Issue
Block a user