perf(snooze): Don't wrap snooze label in unsafe container

This commit is contained in:
Ben Gotow 2016-02-25 13:39:30 -08:00
parent ddb2de7b65
commit 1d130e15c8

View file

@ -12,6 +12,8 @@ class SnoozeMailLabel extends Component {
thread: PropTypes.object,
};
static containerRequired = false;
render() {
const {thread} = this.props;
if (_.findWhere(thread.categories, {displayName: SNOOZE_CATEGORY_NAME})) {