From b9bb69b560123fc68ffacc4211afd8450b9ec731 Mon Sep 17 00:00:00 2001 From: Hong Jiang Date: Mon, 14 May 2018 18:02:22 +0800 Subject: [PATCH] Fix missing name attribute Without this, TinyLetter would prompt the user for email again after submitting the form. --- src/components/Email/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Email/index.js b/src/components/Email/index.js index 1395807..73be5a6 100644 --- a/src/components/Email/index.js +++ b/src/components/Email/index.js @@ -14,6 +14,7 @@ function Email(props) { return (