From e449477f23000c1a66fa8baa40ae295231b38230 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Wed, 26 Oct 2016 17:04:48 +0200 Subject: [PATCH] Add mising imgages for local dapps (#2890) --- js/src/views/Dapps/Summary/summary.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/src/views/Dapps/Summary/summary.js b/js/src/views/Dapps/Summary/summary.js index 1989386ea..9cf6a046b 100644 --- a/js/src/views/Dapps/Summary/summary.js +++ b/js/src/views/Dapps/Summary/summary.js @@ -39,8 +39,8 @@ export default class Summary extends Component { } const url = `/app/${app.builtin ? 'global' : 'local'}/${app.url || app.id}`; - const image = app.image - ? + const image = app.image || app.iconUrl + ? :
 
; return (