diff --git a/plugins/view-resources/src/components/NumberPresenter.svelte b/plugins/view-resources/src/components/NumberPresenter.svelte
index 554315920b..f97b07449a 100644
--- a/plugins/view-resources/src/components/NumberPresenter.svelte
+++ b/plugins/view-resources/src/components/NumberPresenter.svelte
@@ -14,7 +14,7 @@
// limitations under the License.
-->
-{value}
+{value ? value : ''}