1
0
mirror of https://github.com/flarum/core.git synced 2025-08-11 10:55:47 +02:00

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(); const color = tag.color();
if (color) { if (color) {
items.newDiscussion.content.props.style = {backgroundColor: color}; items.get('newDiscussion').props.style = {backgroundColor: color};
} }
} }
}); });