Skip to content

Commit

Permalink
finish query parameter passing & incremental cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rleed committed Sep 26, 2023
1 parent fc63341 commit 2421664
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import { useInvoiceable } from './invoice'
import { numWithUnits } from '../lib/format'
import ReactDatePicker from 'react-datepicker'
import 'react-datepicker/dist/react-datepicker.css'
import { dayMonthYear } from '../lib/time'

export function SubmitButton ({
children, variant, value, onClick, disabled, cost, ...props
Expand Down

0 comments on commit 2421664

Please sign in to comment.