Skip to content

Commit

Permalink
default back to humanoid
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Nov 10, 2024
1 parent eff0a45 commit 98d2e08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/files/FileRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ const FileRenderer: React.FC<{
// funky about the way the MJCF files are being generated by the
// K-Scale Onshape Library that isn't working well with the current
// renderer.
return <MJCFRenderer mjcfContent={fileContent} files={allFiles} />;
// return <MJCFRenderer mjcfContent={fileContent} files={allFiles} />;
return <MJCFRenderer files={allFiles} />;
} else {
return (
<div className="h-full w-full flex items-center justify-center">
Expand Down

0 comments on commit 98d2e08

Please sign in to comment.