share link for DNS
This commit is contained in:
@@ -45,7 +45,8 @@ export default function Footer(props) {
|
||||
(router.route == "/case" ||
|
||||
router.route == "/dnsdetails" ||
|
||||
router.route == "/myportal/case"
|
||||
? "/case/" + encodeURIComponent(props.ticketnumber)
|
||||
? (router.route == "/dnsdetails" ? "/dns/" : "/case/") +
|
||||
encodeURIComponent(props.ticketnumber)
|
||||
: router.asPath);
|
||||
const shareSubjectStr =
|
||||
t("common:social-shared-from") +
|
||||
|
||||
Reference in New Issue
Block a user