diff options
Diffstat (limited to 'src/containers/ProductForm.tsx')
-rw-r--r-- | src/containers/ProductForm.tsx | 2 |
1 files changed, 1 insertions, 1 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 ( <Form id="form"> <Input name="name" label="Название" /> - <Input name="price" type="number" label="Цена ($)" /> + <Input name="price" type="number" label="Цена" /> </Form> ); }; |