diff --git a/web-ui/src/pages/SettingsPage.jsx b/web-ui/src/pages/SettingsPage.jsx
index 16aca3e42..595da9825 100644
--- a/web-ui/src/pages/SettingsPage.jsx
+++ b/web-ui/src/pages/SettingsPage.jsx
@@ -61,9 +61,6 @@ const SettingsPage = () => {
}
}, [state, csrf]);
- // For specific settings, add a handleFunction to the settings object.
- // Format should be handleSetting and then add it to the handlers object
- // with the setting name as the key.
const handleLogoUrl = file => {
if (csrf) {
// TODO: Need to upload the file to a storage bucket...
@@ -200,17 +197,20 @@ const SettingsPage = () => {
} else {
categories[info.category] = true;
return (
- <>
-