mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-25 11:13:39 +02:00
4 lines
119 B
JavaScript
4 lines
119 B
JavaScript
export default function getDisplayName(Component) {
|
|
return Component.displayName || Component.name || 'Component';
|
|
}
|