From 7f523b8ebaaf913191ac76e279174e2464dcef0e Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 21 Mar 2021 12:45:35 +0300 Subject: feat: remove $ label from price --- src/containers/ProductForm.tsx | 2 +- src/containers/WaybillForm.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/containers/ProductForm.tsx b/src/containers/ProductForm.tsx index 060fbbb..6957916 100644 --- a/src/containers/ProductForm.tsx +++ b/src/containers/ProductForm.tsx @@ -7,7 +7,7 @@ const ProductForm: React.FC = () => { return (
- +
); }; diff --git a/src/containers/WaybillForm.tsx b/src/containers/WaybillForm.tsx index 5fcdb7d..a924cc5 100644 --- a/src/containers/WaybillForm.tsx +++ b/src/containers/WaybillForm.tsx @@ -63,7 +63,7 @@ const WaybillForm: React.FC = ({ setFieldValue, values }) => {