client/src/constants/index.js
changeset 193 99e342f9fb0c
parent 138 a1fb2ced3049
--- 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