mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 19:31:44 +03:00
fix lint
This commit is contained in:
parent
fc1377bcfb
commit
afa640ac52
@ -135,7 +135,7 @@ const LazyIframe = ({
|
|||||||
>
|
>
|
||||||
<iframe src={src} onLoad={onLoad} />
|
<iframe src={src} onLoad={onLoad} />
|
||||||
</div>
|
</div>
|
||||||
{show ? '' : fallback}
|
{!show && fallback}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user