fix: alignment of information on batch details

This commit is contained in:
Jannat Patel
2025-05-06 10:17:07 +05:30
parent fc03ecd1b3
commit 3a10d4bdc0
3 changed files with 5 additions and 9 deletions

View File

@@ -361,9 +361,7 @@ const enablePlyr = () => {
const videoElement = document.getElementsByClassName('video-player')
if (videoElement.length === 0) return
const src = document
.getElementsByClassName('video-player')[0]
.getAttribute('src')
const src = videoElement[0].getAttribute('src')
if (src) {
let videoID = src.split('/').pop()
document