diff -r e4c2c1919c20 -r 99e342f9fb0c client/src/constants/index.js --- a/client/src/constants/index.js Tue Dec 04 18:56:31 2018 +0100 +++ b/client/src/constants/index.js Wed Dec 05 19:00:08 2018 +0100 @@ -20,7 +20,7 @@ return metacategories.map((m) => { return { key: m.id, - name: m.name, + name: m.name || m.title, description: m.description, color: m.color, hasComment: m.has_comment