aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/readonly-input.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/readonly-input.js b/ui/app/components/readonly-input.js
index b688e0722..934cbefae 100644
--- a/ui/app/components/readonly-input.js
+++ b/ui/app/components/readonly-input.js
@@ -11,8 +11,8 @@ function ReadOnlyInput () {
ReadOnlyInput.prototype.render = function () {
const {
- wrapperClass,
- inputClass,
+ wrapperClass = '',
+ inputClass = '',
value,
} = this.props