From 4143c00f3a7ce8377db5766d5e413eec63169dde Mon Sep 17 00:00:00 2001 From: Liam Fitzgerald Date: Thu, 6 May 2021 14:54:44 +1000 Subject: [PATCH] GraphContent: fix image rendering --- .../src/views/landscape/components/Graph/GraphContent.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkg/interface/src/views/landscape/components/Graph/GraphContent.tsx b/pkg/interface/src/views/landscape/components/Graph/GraphContent.tsx index 2c4152eee3..85819eb146 100644 --- a/pkg/interface/src/views/landscape/components/Graph/GraphContent.tsx +++ b/pkg/interface/src/views/landscape/components/Graph/GraphContent.tsx @@ -346,6 +346,11 @@ const renderers = { ); }, 'graph-mention': ({ ship }) => , + 'image': ({ url }) => ( + + + + ), 'graph-url': ({ url }) => (