mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-31 06:01:24 +00:00
Set null src
This commit is contained in:
@@ -127,7 +127,7 @@ export const VideoPlayer: FC<VideoPlayerProps> = ({
|
||||
if (name && identifier && service) {
|
||||
return `${node || getBaseApiReact()}/arbitrary/${service}/${name}/${identifier}`;
|
||||
}
|
||||
return '';
|
||||
return null;
|
||||
}, [service, name, identifier]);
|
||||
|
||||
useEffect(() => {
|
||||
|
Reference in New Issue
Block a user