Update ItemList API

This commit is contained in:
Toby Zerner 2015-11-01 09:38:54 +10:30
parent 42d87d2b48
commit d2c96287d4

View File

@ -29,7 +29,7 @@ export default function() {
const color = tag.color();
if (color) {
items.newDiscussion.content.props.style = {backgroundColor: color};
items.get('newDiscussion').props.style = {backgroundColor: color};
}
}
});