Skip to content

Commit

Permalink
OCLOMRS-1022: Answers are not being displayed even the concepts are c…
Browse files Browse the repository at this point in the history
…oded (#730)
  • Loading branch information
hadijahkyampeire authored Aug 20, 2021
1 parent 1375bce commit 936f7dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apps/concepts/pages/ViewConceptPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const ViewConceptPage: React.FC<Props> = ({
? concept.display_name
: "View concept"
}
backUrl={linkedDictionary ? `${linkedDictionary}concepts/` : `${dictionaryToAddTo}concepts/` }
>
<ProgressOverlay
delayRender
Expand Down

0 comments on commit 936f7dc

Please sign in to comment.