diff --git a/app/soapbox/features/configuration/index.js b/app/soapbox/features/configuration/index.js
index 07c2e1180..30a4e8e57 100644
--- a/app/soapbox/features/configuration/index.js
+++ b/app/soapbox/features/configuration/index.js
@@ -111,6 +111,7 @@ class ConfigSoapbox extends ImmutablePureComponent {
}),
]);
};
+ this.handlecustomCSSChange = this.handleCustomCSSChange.bind(this);
}
getPromoItemsParams = () => {
@@ -263,7 +264,7 @@ class ConfigSoapbox extends ImmutablePureComponent {
-
+