reps wip
This commit is contained in:
+1
-1
@@ -35,6 +35,7 @@ function Error({ statusCode }, props) {
|
||||
{t("common:error-instruction-label")}
|
||||
</p>
|
||||
<a
|
||||
href={session != null ? "#" : "/"}
|
||||
className="govuk-link"
|
||||
onClick={() => {
|
||||
window.localStorage.clear(),
|
||||
@@ -46,7 +47,6 @@ function Error({ statusCode }, props) {
|
||||
: Router.push("/");
|
||||
}}
|
||||
>
|
||||
{" "}
|
||||
Go back home
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user