From f56ecc0ba36dea84436af1c1e79e4f8312fc1f2f Mon Sep 17 00:00:00 2001 From: shibao Date: Sun, 26 Nov 2023 17:30:14 -0500 Subject: [PATCH] fix content being displayed when blank --- changelog.md | 3 +++ .../components/core_components/context_content.html.heex | 1 + .../components/core_components/note_content.html.heex | 1 + .../components/core_components/pipeline_content.html.heex | 1 + .../components/core_components/step_content.html.heex | 1 + 5 files changed, 7 insertions(+) diff --git a/changelog.md b/changelog.md index eb556dd..daf9c5e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +# v0.1.15 +- Fix content being displayed when blank + # v0.1.14 - Fix issue with item content not able to be displayed sometimes diff --git a/lib/memex_web/components/core_components/context_content.html.heex b/lib/memex_web/components/core_components/context_content.html.heex index 5a21166..2c210d7 100644 --- a/lib/memex_web/components/core_components/context_content.html.heex +++ b/lib/memex_web/components/core_components/context_content.html.heex @@ -1,4 +1,5 @@