mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-15 12:31:21 +00:00
Set null src
This commit is contained in:
parent
ebed921b17
commit
0da65f7907
@ -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(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user