Browse Source

commit

Merge branch 'feature/friends' of https://github.com/LN-Zap/zap-desktop into feature/friends
renovate/lint-staged-8.x
Jack Mallers 7 years ago
parent
commit
c8f02c3516
  1. 7
      app/components/Contacts/ContactModal.js

7
app/components/Contacts/ContactModal.js

@ -55,12 +55,7 @@ const ContactModal = ({
<div className={`${styles.status} ${channel.active && styles.online}`}> <div className={`${styles.status} ${channel.active && styles.online}`}>
<FaCircle style={{ verticalAlign: 'top' }} /> <FaCircle style={{ verticalAlign: 'top' }} />
<span> <span>
{ {channel.active ? 'Online' : 'Offline'}
channel.active ?
'Online'
:
'Offline'
}
</span> </span>
</div> </div>
<div className={styles.closeContainer}> <div className={styles.closeContainer}>

Loading…
Cancel
Save