From bb30f0c989c79a430231d6274025735c3cc883c3 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 24 Aug 2020 11:09:59 -0500 Subject: [PATCH] SoapboxConfig: toJSON() --> toJS() --- app/soapbox/features/soapbox_config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/soapbox_config/index.js b/app/soapbox/features/soapbox_config/index.js index b20d47a2f..986e81091 100644 --- a/app/soapbox/features/soapbox_config/index.js +++ b/app/soapbox/features/soapbox_config/index.js @@ -77,7 +77,7 @@ class SoapboxConfig extends ImmutablePureComponent { group: ':pleroma', key: ':frontend_configurations', value: [{ - tuple: [':soapbox_fe', soapbox.toJSON()], + tuple: [':soapbox_fe', soapbox.toJS()], }], }], };