Skip to content

Commit

Permalink
tune ui
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamcodez committed Feb 25, 2022
1 parent 6892828 commit 8cb3f3f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions components/forms/TransactionSigning.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,6 @@ const TransactionSigning = (props) => {
</StackableContainer>
))
: null}
{props.signatures.map((signature, i) => (
<StackableContainer lessPadding lessRadius lessMargin key={`${signature.address}_${i}`}>
<HashView hash={signature.address} />
</StackableContainer>
))}

{props.signatures.length === 0 && <p>No signatures yet</p>}
</StackableContainer>
<style jsx>{`
p {
Expand Down

0 comments on commit 8cb3f3f

Please sign in to comment.