diff --git a/lib/gui/app/components/safe-webview/safe-webview.tsx b/lib/gui/app/components/safe-webview/safe-webview.tsx index 961acc00..614ae11d 100644 --- a/lib/gui/app/components/safe-webview/safe-webview.tsx +++ b/lib/gui/app/components/safe-webview/safe-webview.tsx @@ -58,8 +58,6 @@ const API_VERSION = '2'; interface SafeWebviewProps { // The website source URL src: string; - // @summary Refresh the webview - refreshNow?: boolean; // Webview lifecycle event onWebviewShow?: (isWebviewShowing: boolean) => void; style?: React.CSSProperties;