mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-11-02 05:57:07 +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