fix merge typo
This commit is contained in:
parent
6c203a4476
commit
3e0167a4aa
|
@ -131,7 +131,7 @@ const MutationInvoice = ({ id, hash, hmac, errorCount, repeat, onClose, expiresA
|
|||
const defaultOptions = {
|
||||
forceInvoice: false,
|
||||
requireSession: false,
|
||||
callback: null // (formValues) => void
|
||||
callback: null, // (formValues) => void
|
||||
replaceModal: false
|
||||
}
|
||||
export const useInvoiceable = (onSubmit, options = defaultOptions) => {
|
||||
|
|
Loading…
Reference in New Issue