This commit is contained in:
VividTruthKeeper 2023-03-06 17:54:51 +05:00
parent 1d45db0b63
commit 827a20d385
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ const CustomNewsScroll = ({ data, word, pagination = false }: IProps) => {
? dataEl.featured_images[0].path
: ""
}
video={dataEl.video}
/>
);
})