diff --git a/web/src/account/AccountPage.js b/web/src/account/AccountPage.js
index 603e621b..82cd5f74 100644
--- a/web/src/account/AccountPage.js
+++ b/web/src/account/AccountPage.js
@@ -18,7 +18,7 @@ import UserEditPage from "../UserEditPage";
class AccountPage extends React.Component {
render() {
return (
-
+
)
}
}