mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 09:13:23 -05:00
Display message if no one signed in.
This commit is contained in:
parent
76dc761c76
commit
5818ad8db9
@ -30,7 +30,7 @@ export default class SignedInList extends React.Component {
|
||||
return (
|
||||
<div className="mdl-cell mdl-cell--12-col">
|
||||
<h3>Members signed in</h3>
|
||||
{members}
|
||||
{!!members.length ? members : 'No members currently signed in.'}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user