diff options
Diffstat (limited to 'web/source/settings/components/fake-profile.jsx')
-rw-r--r-- | web/source/settings/components/fake-profile.jsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web/source/settings/components/fake-profile.jsx b/web/source/settings/components/fake-profile.jsx index 04424a5ed..d1f28f36c 100644 --- a/web/source/settings/components/fake-profile.jsx +++ b/web/source/settings/components/fake-profile.jsx @@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -"use strict"; - const React = require("react"); module.exports = function FakeProfile({ avatar, header, display_name, username, role }) { |