From 1bfa938cafb67a03262845065b097be8d6ff1145 Mon Sep 17 00:00:00 2001 From: QuickMythril Date: Mon, 3 Feb 2025 00:23:31 -0500 Subject: [PATCH] always show group approval table on Minter & MAM boards --- assets/js/MinterBoard.js | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/assets/js/MinterBoard.js b/assets/js/MinterBoard.js index 19d52db..27a68a8 100644 --- a/assets/js/MinterBoard.js +++ b/assets/js/MinterBoard.js @@ -1647,14 +1647,15 @@ const checkGroupApprovalAndCreateButton = async (address, cardIdentifier, transa getNameFromAddress ) - if (transactionType === "GROUP_INVITE" && isSomeTypaAdmin) { + if (transactionType === "GROUP_INVITE") { const approvalButtonHtml = `

Existing ${transactionType} Approvals: ${uniqueApprovalCount}

${tableHtml} -
+ ${isSomeTypaAdmin ? ` +