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