Skip to content

Commit 5d7d1a3

Browse files
committed
Removes autofocus for tip in payment form
1 parent d5ee924 commit 5d7d1a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/common/PaymentForm.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ export const PaymentForm: FunctionComponent<Props> = ({ campaign, inlineForm = f
174174
value={form.tip}
175175
onChange={onChange}
176176
required
177-
autoFocus={!inlineForm}
178177
min="1"
179178
disabled={isSubmitting}
180179
/>

0 commit comments

Comments
 (0)