undefined type on count

pull/1022/head
Vincent 5 years ago
parent eeccc89bc9
commit 83acd2d38e

@ -57,9 +57,7 @@ export class SessionIconButton extends React.PureComponent<SProps> {
iconColor={iconColor}
iconRotation={iconRotation}
/>
<SessionNotificationCount
count={notificationCount}
/>
<SessionNotificationCount count={notificationCount} />
</div>
);
}

Loading…
Cancel
Save