diff --git a/src/rest_api/classes/life_stage/widgets/overview.clj b/src/rest_api/classes/life_stage/widgets/overview.clj index ef81a157..970c2c30 100644 --- a/src/rest_api/classes/life_stage/widgets/overview.clj +++ b/src/rest_api/classes/life_stage/widgets/overview.clj @@ -20,7 +20,8 @@ ; :description "The prominent cell group for this life stage"}) (defn definition [ls] - {:data (first (:life-stage/definition ls)) + {:data (->> (:life-stage/definition ls) + (:life-stage.definition/text)) :description "brief definition of the life stage"}) (defn contained-in-life-stage [ls]