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