There was an error while loading. Please reload this page.
1 parent 669f044 commit 4bb1a64Copy full SHA for 4bb1a64
1 file changed
framework/core/js/src/forum/components/PostUser.js
@@ -69,7 +69,7 @@ export default class PostUser extends Component {
69
items.add('avatar', avatar(user, { className: 'PostUser-avatar' }), 100);
70
71
const onlineIndicator = userOnline(user);
72
- if (onlineIndicator) {
+ if (onlineIndicator !== null) {
73
items.add('userOnline', onlineIndicator, 90);
74
}
75
0 commit comments