function Notification({ count }) { return (
{count > 0 && ( {count} )}
); }