Use textarea for unintended DMs (#668)

Co-authored-by: ekzyis <ek@stacker.news>
This commit is contained in:
ekzyis 2023-12-07 22:49:44 +01:00 committed by GitHub
parent c33d4b9b01
commit 2f8aeefe73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -430,6 +430,7 @@ export function LnAddrWithdrawal () {
<>
{addrOptions.commentAllowed &&
<Input
as='textarea'
label={<>comment <small className='text-muted ms-2'>optional</small></>}
name='comment'
maxLength={addrOptions.commentAllowed}