Ver Fonte

Minor comment fix

Leszek Wiesner há 4 anos atrás
pai
commit
8f98ff636c

+ 1 - 1
pioneer/packages/joy-proposals/src/forms/GenericProposalForm.tsx

@@ -103,7 +103,7 @@ export const GenericProposalForm: React.FunctionComponent<GenericFormInnerProps>
   const formContainerRef = useRef<HTMLDivElement>(null);
 
   // After-submit effect
-  // (with current version of Formik, there seems to be no other viable way to use ie. for sendTx)
+  // With current version of Formik, there seems to be no other viable way to handle this (ie. for sendTx)
   useEffect(() => {
     if (!isValidating && afterSubmit) {
       if (isValid) {