diff --git a/packages/react-input/lib/react-input.js b/packages/react-input/lib/react-input.js
index 0e9a2fb6..47a9e093 100644
--- a/packages/react-input/lib/react-input.js
+++ b/packages/react-input/lib/react-input.js
@@ -161,7 +161,7 @@ const InputWithRef = React.forwardRef(({
)}
{prefix && (
- {prefix}
+ {prefix}
)}
{ type === 'password' ? (
@@ -177,7 +177,7 @@ const InputWithRef = React.forwardRef(({
)}
{suffix && (
- {suffix}
+ {suffix}
)}
{ errorStatus && errorDescription && (