Skip to content

Commit

Permalink
Merge pull request #2526 from stakwork/tomsmith8-render-img
Browse files Browse the repository at this point in the history
Render images for all types
  • Loading branch information
Rassl authored Dec 11, 2024
2 parents 527e7a9 + ac95720 commit 0b8166d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Universe/Graph/Cubes/Text/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ export const TextNode = memo(
</mesh>

{node.properties?.image_url &&
['Person', 'Episode', 'Guest', 'Host', 'Show'].includes(node.node_type) &&
texture ? (
<Plane args={[10 * 2, 10 * 2]} scale={2}>
<shaderMaterial
Expand Down

0 comments on commit 0b8166d

Please sign in to comment.