From c402b051e258a3a0e68a0f9eb4a3d62487a6b783 Mon Sep 17 00:00:00 2001 From: Kurt Hutten Date: Mon, 18 Oct 2021 07:25:38 +1100 Subject: [PATCH] Fix stl download bug --- app/web/src/components/Hero/Hero.tsx | 2 +- app/web/src/helpers/hooks/useIdeState.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/web/src/components/Hero/Hero.tsx b/app/web/src/components/Hero/Hero.tsx index 0eb4b9c..6a80624 100644 --- a/app/web/src/components/Hero/Hero.tsx +++ b/app/web/src/components/Hero/Hero.tsx @@ -583,7 +583,7 @@ function Footer() { to="https://github.com/Irev-Dev/cadhub/graphs/contributors" className="font-bold" > - 19 contributors + 20 contributors {' '} from around the world.

diff --git a/app/web/src/helpers/hooks/useIdeState.ts b/app/web/src/helpers/hooks/useIdeState.ts index 4701ff6..f5ec407 100644 --- a/app/web/src/helpers/hooks/useIdeState.ts +++ b/app/web/src/helpers/hooks/useIdeState.ts @@ -355,7 +355,7 @@ export const requestRender = ({ dispatch, ...rest }: RequestRenderArgs) => { if (!renderPromise) { return } - renderPromise + return renderPromise .then( ({ objectData,