We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de8e7c commit 5b883ddCopy full SHA for 5b883dd
src/views/components/representative-alerts/representative-alerts.js
@@ -111,11 +111,13 @@ export default class RepresentativeAlerts extends React.Component {
111
align='right'>
112
{row.account.is_online ? (
113
<FiberManualRecordIcon className='green' />
114
- ) : (
+ ) : row.account.last_online ? (
115
timeago.format(
116
row.account.last_online * 1000,
117
'nano_short'
118
)
119
+ ) : (
120
+ ''
121
)}
122
</TableCell>
123
<TableCell className='rep__alert-metric' align='right'>
0 commit comments