mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 18:33:40 +08:00
chore: add fullstop to comment
This commit is contained in:
parent
e9bb646dbf
commit
d14770188b
|
@ -3,7 +3,7 @@ import User from '../models/User';
|
|||
import icon from './icon';
|
||||
|
||||
/**
|
||||
* The `useronline` helper displays a green circle if the user is online
|
||||
* The `useronline` helper displays a green circle if the user is online.
|
||||
*/
|
||||
export default function userOnline(user: User): Mithril.Vnode<{}, {}> | null {
|
||||
if (user.lastSeenAt() && user.isOnline()) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user