Skip to content

Commit 0f2a685

Browse files
committed
Makes min tip to be 0
1 parent c19df92 commit 0f2a685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/PaymentForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export const PaymentForm: FunctionComponent<Props> = ({ campaign, inlineForm = f
174174
value={form.tip}
175175
onChange={onChange}
176176
required
177-
min="1"
177+
min="0"
178178
disabled={isSubmitting}
179179
/>
180180
</div>

0 commit comments

Comments
 (0)