mirror of
https://github.com/flarum/framework.git
synced 2025-05-22 14:49:57 +08:00
Changed case on helper function
Stub for renaming case of file
This commit is contained in:
@ -6,7 +6,7 @@ import icon from 'flarum/helpers/icon';
|
||||
* @param {User} user
|
||||
* @return {Object}
|
||||
*/
|
||||
export default function useronline(user) {
|
||||
export default function userOnline(user) {
|
||||
if (user.lastSeenTime() && user.isOnline()) {
|
||||
return <span className="UserOnline">{icon('circle')}</span>;
|
||||
}
|
Reference in New Issue
Block a user