diff --git a/frontend/src/__snapshots__/Router.test.tsx.snap b/frontend/src/__snapshots__/Router.test.tsx.snap deleted file mode 100644 index ca9514cd7..000000000 --- a/frontend/src/__snapshots__/Router.test.tsx.snap +++ /dev/null @@ -1,3 +0,0 @@ -// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html - -exports[`Router > routes 1`] = `"Loading..."`; diff --git a/frontend/src/components/BrowserSessionList.tsx b/frontend/src/components/BrowserSessionList.tsx index 22cc5ce19..99609320d 100644 --- a/frontend/src/components/BrowserSessionList.tsx +++ b/frontend/src/components/BrowserSessionList.tsx @@ -146,7 +146,7 @@ const BrowserSessionList: React.FC<{ userId: string }> = ({ userId }) => { return ( - List of browser sessions: + Browser: paginate(prevPage) : null} onNext={nextPage ? (): void => paginate(nextPage) : null} diff --git a/frontend/src/components/CompatSessionList.tsx b/frontend/src/components/CompatSessionList.tsx index 1a4a33a51..28666903c 100644 --- a/frontend/src/components/CompatSessionList.tsx +++ b/frontend/src/components/CompatSessionList.tsx @@ -118,8 +118,7 @@ const CompatSessionList: React.FC<{ userId: string }> = ({ userId }) => { if (isErr(result)) return ; const compatSessionList = unwrapOk(result); - if (compatSessionList === null) - return <>Failed to load list of compatibility sessions.; + if (compatSessionList === null) return <>Failed to load sessions.; const paginate = (pagination: Pagination): void => { startTransition(() => { @@ -138,7 +137,7 @@ const CompatSessionList: React.FC<{ userId: string }> = ({ userId }) => { return ( - List of compatibility sessions: + Regular apps