Skip to content

Commit

Permalink
Render images for all types
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsmith8 authored Dec 11, 2024
1 parent 527e7a9 commit ac95720
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 ac95720

Please sign in to comment.