Offer flash fix5 (#19574)
This commit is contained in:
parent
a10a64c633
commit
938d23ec33
@ -6,7 +6,6 @@ type PortalFrameProps = {
|
||||
onDestroyed?: () => void;
|
||||
selectedTab?: string;
|
||||
}
|
||||
|
||||
const PortalFrame: React.FC<PortalFrameProps> = ({href, onDestroyed, selectedTab}) => {
|
||||
if (!selectedTab) {
|
||||
selectedTab = 'signup';
|
||||
|
Loading…
Reference in New Issue
Block a user