Don't fetch soapbox.json if frontend_configurations is available

This commit is contained in:
Alex Gleason 2024-05-25 11:23:09 -05:00
parent 2224bb2ac9
commit ca8df23cd0
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 0 additions and 2 deletions

View File

@ -65,8 +65,6 @@ const fetchSoapboxConfig = (host: string | null) =>
if (data.soapbox_fe) {
dispatch(importSoapboxConfig(data.soapbox_fe, host));
return data.soapbox_fe;
} else {
return dispatch(fetchSoapboxJson(host));
}
});
} else {