Remove default property [SCI-1865]

This commit is contained in:
Oleksii Kriuchykhin 2017-12-13 17:28:05 +01:00
parent 6986d11cfe
commit 7bdc22ee80

View file

@ -41,8 +41,4 @@ const NotificationImage = ({className, type, avatar}: Props) => {
); );
}; };
NotificationImage.defaultProps = {
avatar: ''
};
export default NotificationImage; export default NotificationImage;