fix: item form money input with new props.

This commit is contained in:
Ahmed Bouhuolia
2020-11-29 00:30:09 +02:00
parent dcc9370d87
commit 9a58b41e96
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import React, { useCallback, useState } from 'react';
import React, { useCallback, useEffect, useState } from 'react';
import { FormattedMessage as T } from 'react-intl';
import { CLASSES } from 'common/classes';
import classNames from 'classnames';