mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 14:49:07 +00:00
fix fmt
This commit is contained in:
parent
83f8d57254
commit
218b6b99be
@ -86,8 +86,9 @@ const Overview: FunctionComponent<PageComponentProps> = (
|
||||
? `/status-page/${
|
||||
props.statusPageId
|
||||
}/login?redirectUrl=${Navigation.getCurrentPath()}`
|
||||
: `/login?redirectUrl=${Navigation.getCurrentPath()}` ), {forceNavigate: true}
|
||||
|
||||
: `/login?redirectUrl=${Navigation.getCurrentPath()}`
|
||||
),
|
||||
{ forceNavigate: true }
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -61,8 +61,9 @@ const Overview: FunctionComponent<PageComponentProps> = (
|
||||
? `/status-page/${
|
||||
props.statusPageId
|
||||
}/login?redirectUrl=${Navigation.getCurrentPath()}`
|
||||
: `/login?redirectUrl=${Navigation.getCurrentPath()}` ), {forceNavigate: true}
|
||||
|
||||
: `/login?redirectUrl=${Navigation.getCurrentPath()}`
|
||||
),
|
||||
{ forceNavigate: true }
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -168,8 +168,9 @@ const Detail: FunctionComponent<PageComponentProps> = (
|
||||
? `/status-page/${
|
||||
props.statusPageId
|
||||
}/login?redirectUrl=${Navigation.getCurrentPath()}`
|
||||
: `/login?redirectUrl=${Navigation.getCurrentPath()}` ), {forceNavigate: true}
|
||||
|
||||
: `/login?redirectUrl=${Navigation.getCurrentPath()}`
|
||||
),
|
||||
{ forceNavigate: true }
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -67,8 +67,9 @@ const Overview: FunctionComponent<PageComponentProps> = (
|
||||
? `/status-page/${
|
||||
props.statusPageId
|
||||
}/login?redirectUrl=${Navigation.getCurrentPath()}`
|
||||
: `/login?redirectUrl=${Navigation.getCurrentPath()}` ), {forceNavigate: true}
|
||||
|
||||
: `/login?redirectUrl=${Navigation.getCurrentPath()}`
|
||||
),
|
||||
{ forceNavigate: true }
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -105,8 +105,9 @@ const Overview: FunctionComponent<PageComponentProps> = (
|
||||
? `/status-page/${
|
||||
props.statusPageId
|
||||
}/login?redirectUrl=${Navigation.getCurrentPath()}`
|
||||
: `/login?redirectUrl=${Navigation.getCurrentPath()}` ), {forceNavigate: true}
|
||||
|
||||
: `/login?redirectUrl=${Navigation.getCurrentPath()}`
|
||||
),
|
||||
{ forceNavigate: true }
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -178,8 +178,9 @@ const Overview: FunctionComponent<PageComponentProps> = (
|
||||
? `/status-page/${
|
||||
props.statusPageId
|
||||
}/login?redirectUrl=${Navigation.getCurrentPath()}`
|
||||
: `/login?redirectUrl=${Navigation.getCurrentPath()}` ), {forceNavigate: true}
|
||||
|
||||
: `/login?redirectUrl=${Navigation.getCurrentPath()}`
|
||||
),
|
||||
{ forceNavigate: true }
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -70,8 +70,9 @@ const Overview: FunctionComponent<PageComponentProps> = (
|
||||
? `/status-page/${
|
||||
props.statusPageId
|
||||
}/login?redirectUrl=${Navigation.getCurrentPath()}`
|
||||
: `/login?redirectUrl=${Navigation.getCurrentPath()}` ), {forceNavigate: true}
|
||||
|
||||
: `/login?redirectUrl=${Navigation.getCurrentPath()}`
|
||||
),
|
||||
{ forceNavigate: true }
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -40,8 +40,9 @@ const SubscribePage: FunctionComponent<PageComponentProps> = (
|
||||
? `/status-page/${
|
||||
props.statusPageId
|
||||
}/login?redirectUrl=${Navigation.getCurrentPath()}`
|
||||
: `/login?redirectUrl=${Navigation.getCurrentPath()}` ), {forceNavigate: true}
|
||||
|
||||
: `/login?redirectUrl=${Navigation.getCurrentPath()}`
|
||||
),
|
||||
{ forceNavigate: true }
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user