add methods and store for case reference

This commit is contained in:
2021-07-20 11:26:25 +01:00
parent 0d9015d772
commit 4c31728322
10 changed files with 69 additions and 16 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ let CompleteAppeal = (props) => {
<div className="govuk-panel__body">
Your reference number
<br />
<strong>CAS-00010-J9W6L5</strong>
<strong>{props.appealType.caseReference}</strong>
</div>
</div>