From 34b960d8cb7539115818d561948a79720d5cd8b0 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Sat, 29 Aug 2020 12:17:50 +0100 Subject: [PATCH] fix naming conflict --- src/components/structures/auth/Login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/auth/Login.js b/src/components/structures/auth/Login.js index e56a9ea5e9..44a03929cf 100644 --- a/src/components/structures/auth/Login.js +++ b/src/components/structures/auth/Login.js @@ -55,7 +55,7 @@ _td("General failure"); /** * A wire component which glues together login UI components and Login logic */ -export default class Login extends React.Component { +export default class LoginComponent extends React.Component { static propTypes = { // Called when the user has logged in. Params: // - The object returned by the login API