Offer flash fix5 (#19574)

This commit is contained in:
Princi Vershwal 2024-01-24 20:46:54 +05:30 committed by GitHub
parent a10a64c633
commit 938d23ec33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,6 @@ type PortalFrameProps = {
onDestroyed?: () => void;
selectedTab?: string;
}
const PortalFrame: React.FC<PortalFrameProps> = ({href, onDestroyed, selectedTab}) => {
if (!selectedTab) {
selectedTab = 'signup';