diff --git a/components/myportal/topthree.js b/components/myportal/topthree.js
index 554bce5a..a1a56247 100644
--- a/components/myportal/topthree.js
+++ b/components/myportal/topthree.js
@@ -189,6 +189,8 @@ const TopThree = (props) => {
data-id={index}
onClick={() => {
setCurrentReference({
+ "ticketnumber":
+ showTopThreeArr[key].ticketnumber,
"currentReference":
topThreeType != "watchedCases"
? topThreeType !=
diff --git a/components/myportal/topthree_reps.js b/components/myportal/topthree_reps.js
index 92fc4ae5..fc86e376 100644
--- a/components/myportal/topthree_reps.js
+++ b/components/myportal/topthree_reps.js
@@ -169,6 +169,8 @@ const TopThree = (props) => {
data-id={index}
onClick={() => {
setCurrentReference({
+ "ticketnumber":
+ showTopThreeArr[key].ticketnumber,
"currentReference":
showTopThreeArr[key].caseRef,
"currentType": topThreeType,
diff --git a/components/myportal/viewall.js b/components/myportal/viewall.js
index d50fbe38..be66c4d9 100644
--- a/components/myportal/viewall.js
+++ b/components/myportal/viewall.js
@@ -119,6 +119,8 @@ const ViewAllResults = (props) => {
}
onClick={() => {
setCurrentReference({
+ "ticketnumber":
+ resultsArr[key].ticketnumber,
"currentReference":
currentView.viewKey != "watchedCases"
? currentView.viewKey ==
diff --git a/components/nosession.js b/components/nosession.js
index 5f717195..241bb2a0 100644
--- a/components/nosession.js
+++ b/components/nosession.js
@@ -46,7 +46,7 @@ const NoSessionWarning = (props) => {
-
+
);
diff --git a/components/search/dnssearchresults.js b/components/search/dnssearchresults.js
index 09d8a7e2..55334a4e 100644
--- a/components/search/dnssearchresults.js
+++ b/components/search/dnssearchresults.js
@@ -358,6 +358,8 @@ const DNSSearchResults = (props) => {
className="govuk-link--no-underline"
onClick={() => {
setCurrentReference({
+ "ticketnumber":
+ item.ticketnumber,
"currentReference":
item.title,
"currentType":
diff --git a/components/search/searchresults.js b/components/search/searchresults.js
index 81b5fe45..6365543c 100644
--- a/components/search/searchresults.js
+++ b/components/search/searchresults.js
@@ -300,6 +300,8 @@ const SearchResults = (props) => {
className="govuk-link--no-underline"
onClick={() => {
setCurrentReference({
+ "ticketnumber":
+ item.ticketnumber,
"currentReference":
item.title,
"currentType":