improved error loggin and updated imports to fix build failure
This commit is contained in:
@@ -257,11 +257,11 @@ const SearchResults = (props) => {
|
||||
href={
|
||||
(router.locale == "cy"
|
||||
? myportal == true
|
||||
? "/fymhorth/achos/id"
|
||||
: "/achos/id"
|
||||
? "/fymhorth/achos"
|
||||
: "/achos"
|
||||
: myportal == true
|
||||
? "/myportal/case/"
|
||||
: "/case/") +
|
||||
? "/myportal/case"
|
||||
: "/case") +
|
||||
"/" +
|
||||
item.pinswg_name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user