From 05260fbb96dad536892ce74b9e12de4e7a512f0b Mon Sep 17 00:00:00 2001 From: defnax Date: Wed, 20 Jul 2022 22:21:59 +0200 Subject: [PATCH] fixed image display --- webui-src/app/boards/boards_util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui-src/app/boards/boards_util.js b/webui-src/app/boards/boards_util.js index 180f4be..956530f 100644 --- a/webui-src/app/boards/boards_util.js +++ b/webui-src/app/boards/boards_util.js @@ -52,7 +52,7 @@ async function updateDisplayBoards(keyid, details) { name: details.mMeta.mGroupName, isSearched: true, description: details.mDescription, - image: details.mImage, + image: details.mGroupImage, author: details.mMeta.mAuthorId, isSubscribed: details.mMeta.mSubscribeFlags === GROUP_SUBSCRIBE_SUBSCRIBED ||