diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 00000000..aeba9142 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +common/translations \ No newline at end of file diff --git a/common/components/AddressField.tsx b/common/components/AddressField.tsx index a9e1f065..29318f82 100644 --- a/common/components/AddressField.tsx +++ b/common/components/AddressField.tsx @@ -13,7 +13,7 @@ export const AddressField: React.SFC = ({ isReadOnly }) => ( withProps={({ currentTo, isValid, onChange, readOnly }) => (