diff --git a/frontend/app/components/UsabilityTesting/UsabilityTesting.tsx b/frontend/app/components/UsabilityTesting/UsabilityTesting.tsx index 11ba2e859..e4f596678 100644 --- a/frontend/app/components/UsabilityTesting/UsabilityTesting.tsx +++ b/frontend/app/components/UsabilityTesting/UsabilityTesting.tsx @@ -3,10 +3,10 @@ import { UxTListEntry } from "App/services/UxtestingService"; import { observer } from 'mobx-react-lite'; import { useStore } from 'App/mstore'; import { numberWithCommas } from 'App/utils'; -import { Button, Input, Typography, Tag, Avatar, Modal, Space } from 'antd'; +import { Button, Input, Typography, Tag, Modal, Space } from 'antd'; import AnimatedSVG from 'Shared/AnimatedSVG'; import { ICONS } from 'Shared/AnimatedSVG/AnimatedSVG'; -import { Loader, NoContent, Pagination, Link } from 'UI'; +import { Loader, NoContent, Pagination, Link, Icon } from "UI"; import { checkForRecent, getDateFromMill } from 'App/date'; import { UnorderedListOutlined, ArrowRightOutlined } from '@ant-design/icons'; import { useHistory, useParams } from 'react-router-dom'; @@ -104,7 +104,7 @@ function TestsTable() {
- + Usability Tests
@@ -194,7 +194,10 @@ function Row({ test, siteId }: { test: UxTListEntry, siteId: string }) {
- } /> +
+ +
+ {/*} />*/}