Merged PR 2288: add in company name for appellant and autofill agent details in new appeal

add in company name for appellant and autofill agent details in new appeal

Related work items: #22842
This commit is contained in:
Robert Bond
2026-04-30 16:25:03 +00:00
parent b596374c3c
commit d2e88b57d8
7 changed files with 69 additions and 18 deletions
+1 -1
View File
@@ -458,7 +458,7 @@ const MediaDetails = ({ mediaObj, whichTab, title, useNoCookie = true }) => {
.filter((x) => x?.pinswg_publishtoweb)
.map((item) => {
const link = isWelsh
? item.pinswg_mediaLinkCY
? item.pinswg_videoplatformurlwelsh
: item.pinswg_videoplatformurl;
const videoId = extractYouTubeId(link);