diff --git a/src/components/molecules/ActionDescriptionBox.tsx b/src/components/molecules/ActionDescriptionBox.tsx index 7a8061d4..9e05157b 100644 --- a/src/components/molecules/ActionDescriptionBox.tsx +++ b/src/components/molecules/ActionDescriptionBox.tsx @@ -41,7 +41,12 @@ const ActionDescriptionBox = () => { > ) } else if (getScreenshot) { - return
Getting screenshot...
; + return ( + <> +