Fix '{' expected

This commit is contained in:
ekzyis 2022-09-18 04:05:21 +02:00
parent 08893d020c
commit 94346d252b
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
/>
</>