From 8cb3f3f893a71d58169e3c251ac98bc7ddc86799 Mon Sep 17 00:00:00 2001 From: Matthew A Elder Date: Fri, 25 Feb 2022 10:40:58 -0700 Subject: [PATCH] tune ui --- components/forms/TransactionSigning.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/components/forms/TransactionSigning.js b/components/forms/TransactionSigning.js index 984dd778..df86c790 100644 --- a/components/forms/TransactionSigning.js +++ b/components/forms/TransactionSigning.js @@ -131,13 +131,6 @@ const TransactionSigning = (props) => { )) : null} - {props.signatures.map((signature, i) => ( - - - - ))} - - {props.signatures.length === 0 &&

No signatures yet

}