Skip to content

Commit

Permalink
remove meshes section
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Aug 20, 2024
1 parent e2991ee commit 593c066
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/src/components/listing/ListingArtifacts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { useAlertQueue } from "hooks/useAlertQueue";
import { useAuthentication } from "hooks/useAuth";

import ListingImages from "components/listing/ListingImages";
import ListingMeshes from "components/listing/ListingMeshes";
import Spinner from "components/ui/Spinner";

interface Props {
Expand Down Expand Up @@ -58,11 +57,11 @@ const ListingArtifacts = (props: Props) => {
edit={edit}
allArtifacts={artifacts}
/>
<ListingMeshes
{/* <ListingMeshes
listingId={listingId}
edit={edit}
allArtifacts={artifacts}
/>
/> */}
</div>
);
};
Expand Down

0 comments on commit 593c066

Please sign in to comment.