diff --git a/frontend/app/components/UsabilityTesting/TestOverview.tsx b/frontend/app/components/UsabilityTesting/TestOverview.tsx index 7102c9851..640acfacb 100644 --- a/frontend/app/components/UsabilityTesting/TestOverview.tsx +++ b/frontend/app/components/UsabilityTesting/TestOverview.tsx @@ -28,7 +28,7 @@ import { ClockCircleOutlined, } from '@ant-design/icons'; import SessionItem from 'Shared/SessionItem'; -import { Loader, NoContent, Pagination } from 'UI'; +import { CopyButton, Loader, NoContent, Pagination } from 'UI'; import copy from 'copy-to-clipboard'; import { Stage } from 'Components/Funnels/FunnelWidget/FunnelWidget'; import { confirm } from 'UI'; @@ -68,13 +68,13 @@ function TestOverview() { const { uxtestingStore } = useStore(); React.useEffect(() => { - uxtestingStore.getTest(testId) + uxtestingStore.getTest(testId); }, [testId]); if (!uxtestingStore.instance) { return No data.; } else { - document.title = `Usability Tests | ${uxtestingStore.instance.title}` + document.title = `Usability Tests | ${uxtestingStore.instance.title}`; } const onPageChange = (page: number) => { @@ -132,7 +132,11 @@ function TestOverview() { Open-ended task responses {uxtestingStore.instance.responsesCount ? ( - + } >