Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 2781 | Rev 2865 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2781 Rev 2802
Línea 82... Línea 82...
82
 
82
 
83
const TransactionModal = ({ show, onClose, amounts = {} }) => {
83
const TransactionModal = ({ show, onClose, amounts = {} }) => {
84
  const [loading, setLoading] = useState(false)
84
  const [loading, setLoading] = useState(false)
Línea -... Línea 85...
-
 
85
  const dispatch = useDispatch()
-
 
86
 
-
 
87
  const {
85
  const dispatch = useDispatch()
88
    control,
-
 
89
    handleSubmit,
Línea 86... Línea 90...
86
 
90
    formState: { errors }
87
  const { control, errors, handleSubmit } = useForm()
91
  } = useForm()
88
 
92
 
89
  const amountsValues = useMemo(
93
  const amountsValues = useMemo(