Fix spacing
This commit is contained in:
@@ -213,7 +213,7 @@ export function Paymaster(props) {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div className='bottomMargin'>
|
||||
Please explain what you bought:<br/>
|
||||
<Input
|
||||
value={consumablesMemo}
|
||||
@@ -252,7 +252,7 @@ export function Paymaster(props) {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div className='bottomMargin'>
|
||||
Optional memo:<br/>
|
||||
<Input
|
||||
value={memo}
|
||||
@@ -267,8 +267,6 @@ export function Paymaster(props) {
|
||||
custom={JSON.stringify({ category: 'Donation', member: user.member.id, memo: memo })}
|
||||
/>
|
||||
|
||||
<p/>
|
||||
|
||||
<PayWithProtocoin
|
||||
token={token} user={user} refreshUser={refreshUser}
|
||||
amount={donate}
|
||||
@@ -305,4 +303,4 @@ export function Paymaster(props) {
|
||||
</Grid>
|
||||
</Container>
|
||||
);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user