Fix '{' expected
This commit is contained in:
parent
08893d020c
commit
94346d252b
|
@ -73,7 +73,7 @@ export default function AdvPostForm ({ edit }) {
|
|||
label={<>forward sats to</>}
|
||||
name='forward'
|
||||
hint={<span className='text-muted'>100% of sats will be sent to this user</span>}
|
||||
prepend=<InputGroup.Text>@</InputGroup.Text>
|
||||
prepend={<InputGroup.Text>@</InputGroup.Text>}
|
||||
showValid
|
||||
/>
|
||||
</>
|
||||
|
|
Loading…
Reference in New Issue