From 8023fb74b04a6b7ce13d88bbead9301bce3d5993 Mon Sep 17 00:00:00 2001 From: Leonard Smith Date: Thu, 6 May 2021 13:15:39 -0500 Subject: [PATCH] Add missing morph component tag to word-row --- app/components/words/word-row.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/words/word-row.hbs b/app/components/words/word-row.hbs index 9ecf60e..82a98b1 100644 --- a/app/components/words/word-row.hbs +++ b/app/components/words/word-row.hbs @@ -2,7 +2,7 @@ {{@model.ulb}} {{@model.greek}} - {{@model.morph}} + {{else}} @@ -10,6 +10,6 @@ {{this.ulb}} {{/if}} {{@model.greek}} - {{@model.morph}} + {{/if}}