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 ||