From 0c6bc242c3d4583b3076bcae3644f2971a744e39 Mon Sep 17 00:00:00 2001
From: Ekaterina Kondareva <ekaterina.kondareva@helsinki.fi>
Date: Tue, 15 Sep 2020 12:50:07 +0300
Subject: [PATCH] Nxstage 616 large process flow fixes

---
 .../hy-large-process-flow-phase.tsx                          | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/components/hy-large-process-flow-phase/hy-large-process-flow-phase.tsx b/src/components/hy-large-process-flow-phase/hy-large-process-flow-phase.tsx
index 293a3df0..5ff642cf 100644
--- a/src/components/hy-large-process-flow-phase/hy-large-process-flow-phase.tsx
+++ b/src/components/hy-large-process-flow-phase/hy-large-process-flow-phase.tsx
@@ -59,7 +59,10 @@ export class HyLargeProcessFlowPhase implements ComponentInterface {
               </div>
               <div class="hy-large-process-flow__phase-container__phase__content">
                 <div class="hy-large-process-flow__phase-container__phase__content__heading">{x.heading}</div>
-                <div class="hy-large-process-flow__phase-container__phase__content__description">{x.description}</div>
+                <div
+                  class="hy-large-process-flow__phase-container__phase__content__description"
+                  innerHTML={x.description}
+                ></div>
                 <div class="hy-large-process-flow__phase-container__phase__content__links">{items}</div>
               </div>
             </div>,
-- 
GitLab