mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-14 20:11:22 +00:00
Remove undefined
This commit is contained in:
parent
72f8f8ddcd
commit
f5294d6ea1
@ -286,7 +286,7 @@ export const AppViewer = forwardRef<HTMLIFrameElement, AppViewerProps>(
|
||||
width: '100%',
|
||||
}}
|
||||
id="browser-iframe"
|
||||
src={defaultUrl || undefined}
|
||||
src={defaultUrl}
|
||||
sandbox="allow-scripts allow-same-origin allow-forms allow-downloads allow-modals"
|
||||
allow="fullscreen; clipboard-read; clipboard-write"
|
||||
></iframe>
|
||||
|
Loading…
x
Reference in New Issue
Block a user