From 1fca3f66066ef65fe8cf3a8602deb195121eff11 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Tue, 17 Nov 2015 17:38:37 +0000 Subject: [PATCH] Better const name --- src/Signup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Signup.js b/src/Signup.js index 8caf868fb4..2446130405 100644 --- a/src/Signup.js +++ b/src/Signup.js @@ -29,7 +29,7 @@ class Signup { class Register extends Signup { constructor(hsUrl, isUrl) { super(hsUrl, isUrl); - this._state = "start"; + this._state = "Register.START"; } getState() {