Merge pull request #197 from ekzyis/no-issue-fix-brace-expected

Fix '{' expected
This commit is contained in:
Keyan 2022-10-03 16:09:49 -05:00 committed by GitHub
commit f6c5644311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
/>
</>