diff --git a/web/source/settings-panel/user/profile.js b/web/source/settings-panel/user/profile.js index a74623be7..25e22c4cf 100644 --- a/web/source/settings-panel/user/profile.js +++ b/web/source/settings-panel/user/profile.js @@ -50,6 +50,14 @@ module.exports = function UserProfile() { }); } + // function removeFile(name) { + // return function(e) { + // e.preventDefault(); + // dispatch(user.setProfileVal([name, ""])); + // dispatch(user.setProfileVal([`${name}File`, ""])); + // }; + // } + return (

Profile

@@ -72,6 +80,7 @@ module.exports = function UserProfile() { {account.headerFile ? account.headerFile.name : "no file selected"}
+ {/* remove */}
@@ -80,6 +89,7 @@ module.exports = function UserProfile() { {account.avatarFile ? account.avatarFile.name : "no file selected"}
+ {/* remove */}