Sync tool status across all clients

This commit is contained in:
2018-02-03 19:59:39 -07:00
parent a1c80c70cb
commit 0c59652222
6 changed files with 406 additions and 23 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ class Category extends Component {
const user = this.props.user;
const match = this.props.match;
const category = data.categories.find((x) =>
const category = data.categories.find(x =>
x.slug === match.params.category
);