diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index 623c9595..a17b1937 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -107,7 +107,7 @@ TODO: MAIN GRID LIST ANALYSIS, DESIGN AND COMPLETION
- Maybe make all stubbed things an alt colour so can tell at a glance what is outstanding.
- Reporting, list mass ops, go through cases look for stuff that will be required
-
+TODO: Make errorBoxError message box on all forms a component instead as it's just boilerplate
TODO: Trial route ui support in client
- Add an area to support refreshing the database and generating test data
diff --git a/ayanova/src/api/gzform.js b/ayanova/src/api/gzform.js
index 5b888e0a..05d7553c 100644
--- a/ayanova/src/api/gzform.js
+++ b/ayanova/src/api/gzform.js
@@ -534,7 +534,6 @@ export default {
formCustomTemplateFieldName
]);
-
if (templateItem === undefined || templateItem.hide !== true) {
return true;
}
diff --git a/ayanova/src/components/inventorywidgetlist.vue b/ayanova/src/components/inventorywidgetlist.vue
index 4d5d6649..940da518 100644
--- a/ayanova/src/components/inventorywidgetlist.vue
+++ b/ayanova/src/components/inventorywidgetlist.vue
@@ -7,7 +7,6 @@
v-show="formState.errorBoxMessage"
color="error"
icon="fa-exclamation-circle "
- value="true"
transition="scale-transition"
class="multi-line"
outlined
diff --git a/ayanova/src/views/About.vue b/ayanova/src/views/About.vue
index ec8cfd04..8e605170 100644
--- a/ayanova/src/views/About.vue
+++ b/ayanova/src/views/About.vue
@@ -6,7 +6,6 @@
v-show="formState.errorBoxMessage"
color="error"
icon="fa-exclamation-circle "
- value="true"
transition="scale-transition"
class="multi-line"
outlined
diff --git a/ayanova/src/views/customize.vue b/ayanova/src/views/customize.vue
index 3b480700..4d6280e4 100644
--- a/ayanova/src/views/customize.vue
+++ b/ayanova/src/views/customize.vue
@@ -13,7 +13,7 @@
-->