From ddee97f544073158898a486c8022b29c0323ea76 Mon Sep 17 00:00:00 2001 From: Yixiang Zhao Date: Sat, 26 Feb 2022 18:39:24 +0800 Subject: [PATCH] fix: this.props.location undefined (#513) Signed-off-by: Yixiang Zhao --- web/src/account/AccountPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ( - + ) } }