diff --git a/pages/cart/publishers/stats.tsx b/pages/cart/publishers/stats.tsx index 26bd534..8a951f9 100644 --- a/pages/cart/publishers/stats.tsx +++ b/pages/cart/publishers/stats.tsx @@ -241,12 +241,20 @@ function ContactsPage({ allPublishers }) { {/* Empty cell for alignment */} )} - - {/* show notification checkmark badge if isPushActive */} + {pub.isPushActive ? ( - + + + {/* */} + + + ) : ( - - + + + + + )}