From 5d8957af9b37ef5c5521be37fe6836942d13f611 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Thu, 6 Jan 2022 23:26:51 +0100 Subject: [PATCH] fix: don't throw an error when editing currency --- src/templates/sheets/actor/components/currency.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/sheets/actor/components/currency.hbs b/src/templates/sheets/actor/components/currency.hbs index 7635f91..2ec01ff 100644 --- a/src/templates/sheets/actor/components/currency.hbs +++ b/src/templates/sheets/actor/components/currency.hbs @@ -10,7 +10,7 @@ SPDX-License-Identifier: MIT
{{#each data.data.currency as |value key|}} - {{/each}}