Use enums CardShape & BaseItemKind,
Use type import for react FC, Remove escapeHTML Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
@@ -30,7 +30,7 @@ const ListWrapper: FC<ListWrapperProps> = ({
|
||||
'itemAction listItem-button listItem-focusscale'
|
||||
)}
|
||||
data-action={action}
|
||||
aria-label={title}
|
||||
aria-label={title || ''}
|
||||
{...dataAttributes}
|
||||
>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user