fix merge typo

This commit is contained in:
keyan 2023-08-31 10:20:01 -05:00
parent 6c203a4476
commit 3e0167a4aa
1 changed files with 1 additions and 1 deletions

View File

@ -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) => {