Fix stl download bug

This commit is contained in:
Kurt Hutten
2021-10-18 07:25:38 +11:00
parent f7172be68b
commit c402b051e2
2 changed files with 2 additions and 2 deletions

View File

@@ -583,7 +583,7 @@ function Footer() {
to="https://github.com/Irev-Dev/cadhub/graphs/contributors" to="https://github.com/Irev-Dev/cadhub/graphs/contributors"
className="font-bold" className="font-bold"
> >
19 contributors 20 contributors
</OutBound>{' '} </OutBound>{' '}
from around the world. from around the world.
</p> </p>

View File

@@ -355,7 +355,7 @@ export const requestRender = ({ dispatch, ...rest }: RequestRenderArgs) => {
if (!renderPromise) { if (!renderPromise) {
return return
} }
renderPromise return renderPromise
.then( .then(
({ ({
objectData, objectData,