0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

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; onDestroyed?: () => void;
selectedTab?: string; selectedTab?: string;
} }
const PortalFrame: React.FC<PortalFrameProps> = ({href, onDestroyed, selectedTab}) => { const PortalFrame: React.FC<PortalFrameProps> = ({href, onDestroyed, selectedTab}) => {
if (!selectedTab) { if (!selectedTab) {
selectedTab = 'signup'; selectedTab = 'signup';