Card: Set an explicit displayName for Card (#95353)

set an explicit displayName for Card
This commit is contained in:
Ashley Harrison 2024-10-24 15:18:05 +01:00 committed by GitHub
parent 06e826d3af
commit 5fb1c7f512
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,6 +84,7 @@ export const Card: CardInterface = ({
</CardContainer>
);
};
Card.displayName = 'Card';
interface ChildProps {
className?: string;