diff --git a/src/templates/sheets/item/spell-sheet.hbs b/src/templates/sheets/item/spell-sheet.hbs
index 08c72e14..bcbdba94 100644
--- a/src/templates/sheets/item/spell-sheet.hbs
+++ b/src/templates/sheets/item/spell-sheet.hbs
@@ -15,8 +15,7 @@
{{#each (lookup config.i18n 'temporalUnitsAbbr') as |value key|}}
{{/each}}
- {{else}}
- {{#if (eq unitType 'customTemporal')}}
+ {{else if (eq unitType 'customTemporal')}}
{{#each (lookup config.i18n 'customTemporalUnitsAbbr') as |value key|}}
{{/each}}
@@ -25,7 +24,6 @@
{{/each}}
{{/if}}
- {{/if}}
{{/select}}