From e2e00a6707b8bf13f09b56a7255a42ff0453529f Mon Sep 17 00:00:00 2001 From: Petri Date: Tue, 11 Jun 2024 14:25:09 +0300 Subject: [PATCH] fix fastprototyping ProgressingElement component not respecting 0 as delay --- client/fast-prototyping/components/util.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/fast-prototyping/components/util.tsx b/client/fast-prototyping/components/util.tsx index 87c314f90..64e321289 100644 --- a/client/fast-prototyping/components/util.tsx +++ b/client/fast-prototyping/components/util.tsx @@ -81,7 +81,7 @@ export function ProgressingElement(props: IProgressingElementProps) { {props.children} { props.isProgressing ? - +