chore: add fullstop to comment

This commit is contained in:
Ian Morland 2022-11-15 23:38:02 +00:00
parent e9bb646dbf
commit d14770188b

View File

@ -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()) {