diff --git a/frontend/app/components/UsabilityTesting/TestEdit.tsx b/frontend/app/components/UsabilityTesting/TestEdit.tsx index 9b3280560..4d9a8eb56 100644 --- a/frontend/app/components/UsabilityTesting/TestEdit.tsx +++ b/frontend/app/components/UsabilityTesting/TestEdit.tsx @@ -110,6 +110,7 @@ function TestEdit() { } }; + const isPublished = uxtestingStore.instance.status !== undefined && uxtestingStore.instance.status !== 'preview' return (
{ @@ -252,7 +254,7 @@ function TestEdit() { description={task.description} buttons={ <> -
-
+
{uxtestingStore.instance!.description}