reps defects
This commit is contained in:
@@ -198,19 +198,21 @@ const TopThree = (props) => {
|
||||
"&inid=" +
|
||||
showTopThreeArr[key].incidentid
|
||||
: router.locale == "cy"
|
||||
? "/fymhorth/achos"
|
||||
: "/myportal/case"
|
||||
? "/fymhorth/achos/" +
|
||||
showTopThreeArr[key].pinswg_title
|
||||
: "/myportal/case/" +
|
||||
showTopThreeArr[key].pinswg_title
|
||||
}
|
||||
className="govuk-link--no-underline"
|
||||
data-id={index}
|
||||
onClick={() => {
|
||||
setSearchResults(
|
||||
props.props.watchedCases.watchedCases
|
||||
),
|
||||
setSearchDetails(
|
||||
props.props.watchedCases
|
||||
.watchedCasesDetails
|
||||
);
|
||||
);
|
||||
setSearchDetails(
|
||||
props.props.watchedCases
|
||||
.watchedCasesDetails
|
||||
);
|
||||
setCurrentReference({
|
||||
"ticketnumber":
|
||||
showTopThreeArr[key].ticketnumber,
|
||||
|
||||
Reference in New Issue
Block a user