updated welsh path to cas summary include case ref
This commit is contained in:
@@ -261,15 +261,15 @@ const SearchResults = (props) => {
|
||||
<div></div>
|
||||
<Link
|
||||
href={
|
||||
router.locale == "cy"
|
||||
(router.locale == "cy"
|
||||
? myportal == true
|
||||
? "/fymhorth/achos"
|
||||
: "/achos"
|
||||
: myportal == true
|
||||
? "/myportal/case/" +
|
||||
item.ticketnumber
|
||||
: "/case/" +
|
||||
item.ticketnumber
|
||||
? "/myportal/case"
|
||||
: "/case") +
|
||||
"/" +
|
||||
item.ticketnumber
|
||||
}
|
||||
className="govuk-link--no-underline"
|
||||
onClick={() => {
|
||||
|
||||
Reference in New Issue
Block a user