Update PopupModal.tsx

This commit is contained in:
Abdullah Khan 2024-06-22 19:43:54 -04:00 committed by GitHub
parent 48002d5142
commit 31a6360cab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -61,6 +61,7 @@ export function PopupModal({
isVisible,
onClose,
// eslint-disable-next-line @typescript-eslint/no-unused-vars
// idk just needed to add this line for commit
playingTitle,
media,
}: PopupModalProps) {