@@ -80,7 +81,7 @@ export class NotificationComponent extends React.Component
)}
-
+ { !isProgress && ()}
{(source || !!actions.length) && (
@@ -100,7 +101,7 @@ export class NotificationComponent extends React.Component
)}
- {typeof progress === 'number' && (
+ { isProgress && (