This commit is contained in:
DiamondThree 2022-08-04 19:10:25 +08:00
parent fc1377bcfb
commit afa640ac52

View File

@ -135,7 +135,7 @@ const LazyIframe = ({
> >
<iframe src={src} onLoad={onLoad} /> <iframe src={src} onLoad={onLoad} />
</div> </div>
{show ? '' : fallback} {!show && fallback}
</> </>
); );
}; };