mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(base/icons): error regarding default props
This commit is contained in:
committed by
Calinteodor
parent
1e43bbbd95
commit
e52c6e6b35
@@ -125,7 +125,7 @@ export const DEFAULT_SIZE = navigator.product === 'ReactNative' ? 36 : 22;
|
||||
export default function Icon(props: IProps) {
|
||||
const {
|
||||
alt,
|
||||
className,
|
||||
className = '',
|
||||
color,
|
||||
id,
|
||||
containerId,
|
||||
@@ -202,7 +202,3 @@ export default function Icon(props: IProps) {
|
||||
</Container>
|
||||
);
|
||||
}
|
||||
|
||||
Icon.defaultProps = {
|
||||
className: ''
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user