Skip to content

Commit

Permalink
Merge pull request #57 from luniehq/fabo/approval-screen-cleaning
Browse files Browse the repository at this point in the history
Fabo/Removed wrong form header
  • Loading branch information
colw authored Jul 12, 2019
2 parents 8ff4af3 + eada124 commit afae7e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/SessionApprove.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<div>
<p>Verify the transaction details below.</p>
</div>
<TmFormGroup v-if="signRequest" field-id="to" field-label="Your address">
<br />
<TmFormGroup v-if="signRequest">
<LiAnyTransaction
v-if="tx"
:validators="deligates"
Expand Down

0 comments on commit afae7e4

Please sign in to comment.