diff --git a/app/mobile/src/session/cards/cardItem/CardItem.jsx b/app/mobile/src/session/cards/cardItem/CardItem.jsx index 30d02c7e..b2869159 100644 --- a/app/mobile/src/session/cards/cardItem/CardItem.jsx +++ b/app/mobile/src/session/cards/cardItem/CardItem.jsx @@ -55,16 +55,16 @@ export function CardItem({ item, openContact, enableIce, call, message }) { { item.status !== 'connected' && ( { item.status === 'requested' && ( - + )} { item.status === 'connecting' && ( - + )} { item.status === 'pending' && ( - + )} { item.status === 'confirmed' && ( - + )} )} diff --git a/todo b/todo index 117b4dbe..1dc16e68 100644 --- a/todo +++ b/todo @@ -8,4 +8,4 @@ channel detail notifications block restore activity use apn for ios stylize splash screen - +use dot indicator for non-connected contact