Skip to content
Snippets Groups Projects
Commit 1a1da211 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

code review: - remove unnecessary else condition

parent 1607574b
No related merge requests found
......@@ -2,7 +2,6 @@
import React, { Component, PropTypes } from 'react';
import _ from 'underscore';
import cx from 'classnames';
import LoadingAndErrorWrapper from 'metabase/components/LoadingAndErrorWrapper.react';
import ActivityItem from './ActivityItem.react';
......@@ -143,11 +142,6 @@ export default class Activity extends Component {
const colorCssClass = this.colorClasses[userColorIndex];
return colorCssClass;
} else {
return cx({
'UserNick': true,
'text-grey-1': true
});
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment