diff --git a/frontend/app/components/Session_/GraphQL/GraphQL.tsx b/frontend/app/components/Session_/GraphQL/GraphQL.tsx index 6f89a5ec1..11f46d318 100644 --- a/frontend/app/components/Session_/GraphQL/GraphQL.tsx +++ b/frontend/app/components/Session_/GraphQL/GraphQL.tsx @@ -12,29 +12,8 @@ function renderDefaultStatus() { return '2xx-3xx'; } -export function renderName(r: Record) { - const { player } = React.useContext(PlayerContext); - - return ( -
-
{r.operationName}
- -
- ); -} - function GraphQL() { const { player, store } = React.useContext(PlayerContext); - const { graphqlList: list, graphqlListNow: listNow, time, livePlay } = store.get(); const defaultState = { @@ -52,6 +31,24 @@ function GraphQL() { const [state, setState] = React.useState(defaultState); + function renderName(r: Record) { + return ( +
+
{r.operationName}
+ +
+ ); + } + const filterList = (list: any, value: string) => { const filterRE = getRE(value, 'i'); diff --git a/frontend/app/components/shared/LiveSessionList/LiveSessionList.tsx b/frontend/app/components/shared/LiveSessionList/LiveSessionList.tsx index 11987d55b..2a3183270 100644 --- a/frontend/app/components/shared/LiveSessionList/LiveSessionList.tsx +++ b/frontend/app/components/shared/LiveSessionList/LiveSessionList.tsx @@ -127,7 +127,7 @@ function LiveSessionList(props: Props) {
Assist is the best way to support you users while they're browsing your site, - {' '}through live replay, co-browsing and video conferencing capabilities. Learn More.{' '} + {' '}through live replay, co-browsing and video conferencing capabilities. {' '}