diff options
Diffstat (limited to 'web/source/settings/user/profile.js')
-rw-r--r-- | web/source/settings/user/profile.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/source/settings/user/profile.js b/web/source/settings/user/profile.js index 21e86ce66..dfd1eee95 100644 --- a/web/source/settings/user/profile.js +++ b/web/source/settings/user/profile.js @@ -69,14 +69,14 @@ module.exports = function UserProfile() { <div className="files"> <div> <h3>Header</h3> - <File + <File id="header" fileType="image/*" /> </div> <div> <h3>Avatar</h3> - <File + <File id="avatar" fileType="image/*" /> @@ -101,7 +101,7 @@ module.exports = function UserProfile() { id="enable_rss" name="Enable RSS feed of Public posts" /> - { !allowCustomCSS ? null : + { !allowCustomCSS ? null : <TextArea id="custom_css" name="Custom CSS" |