added logic for cas- and dns/ records
This commit is contained in:
@@ -70,7 +70,7 @@ const TitleContent = (props) => {
|
||||
"/dns/" +
|
||||
(value.indexOf(" - ") > 0
|
||||
? value.split(" - ")[1].split(" ").join("-")
|
||||
: "")
|
||||
: value)
|
||||
}
|
||||
>
|
||||
<a className="govuk-button govuk-!-margin-bottom-0 ">
|
||||
|
||||
Reference in New Issue
Block a user