diff --git a/resources/views/v1/accounts/show.twig b/resources/views/v1/accounts/show.twig
index 9744a83cdf..b4dd5f18a5 100644
--- a/resources/views/v1/accounts/show.twig
+++ b/resources/views/v1/accounts/show.twig
@@ -122,7 +122,7 @@
- {{ account.notes.first.text|markdown }}
+ {{ account.notes.first.text|default('')|markdown }}
diff --git a/resources/views/v1/bills/show.twig b/resources/views/v1/bills/show.twig
index 7efc81111f..594ac11a26 100644
--- a/resources/views/v1/bills/show.twig
+++ b/resources/views/v1/bills/show.twig
@@ -110,7 +110,7 @@
- {{ object.data.notes|markdown }}
+ {{ object.data.notes|default('')|markdown }}
{% endif %}
diff --git a/resources/views/v1/list/attachments.twig b/resources/views/v1/list/attachments.twig
index a287e31911..271b9a0371 100644
--- a/resources/views/v1/list/attachments.twig
+++ b/resources/views/v1/list/attachments.twig
@@ -28,7 +28,7 @@
({{ attachment.size|filesize }})
{% if null != attachment.notes and '' != attachment.notes %}
- {{ attachment.notes|markdown }}
+ {{ attachment.notes|default('')|markdown }}
{% endif %}
{% endif %}
{% if not attachment.file_exists %}
diff --git a/resources/views/v1/piggy-banks/show.twig b/resources/views/v1/piggy-banks/show.twig
index 100e99feda..7401539b6e 100644
--- a/resources/views/v1/piggy-banks/show.twig
+++ b/resources/views/v1/piggy-banks/show.twig
@@ -111,7 +111,7 @@
- {{ piggy.notes|markdown }}
+
{{ piggy.notes|default('')|markdown }}
diff --git a/resources/views/v1/rules/index.twig b/resources/views/v1/rules/index.twig
index 0bb763b408..0298a2fc89 100644
--- a/resources/views/v1/rules/index.twig
+++ b/resources/views/v1/rules/index.twig
@@ -115,7 +115,7 @@
{% if not rule.active %}
class="text-muted"
{% endif %}
- >