mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
Obey my own code style
This commit is contained in:
parent
a49a545161
commit
7c1b4f4fc9
@ -30,7 +30,7 @@ var PRESENCE_CLASS = {
|
||||
};
|
||||
|
||||
|
||||
function presence_class_for_member(presence_state, last_active_ago) {
|
||||
function presenceClassForMember(presence_state, last_active_ago) {
|
||||
// offline is split into two categories depending on whether we have
|
||||
// a last_active_ago for them.
|
||||
if (presence_state == 'offline') {
|
||||
@ -96,7 +96,7 @@ module.exports = React.createClass({
|
||||
},
|
||||
|
||||
render: function() {
|
||||
const presenceClass = presence_class_for_member(
|
||||
const presenceClass = presenceClassForMember(
|
||||
this.props.presenceState, this.props.presenceLastActiveAgo
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user