Merge pull request #197 from ekzyis/no-issue-fix-brace-expected
Fix '{' expected
This commit is contained in:
commit
f6c5644311
|
@ -73,7 +73,7 @@ export default function AdvPostForm ({ edit }) {
|
||||||
label={<>forward sats to</>}
|
label={<>forward sats to</>}
|
||||||
name='forward'
|
name='forward'
|
||||||
hint={<span className='text-muted'>100% of sats will be sent to this user</span>}
|
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
|
showValid
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in New Issue