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,