export default function StatusIndicator({ isOnline }) { if (isOnline === null) { return } return ( ) }