feat(create-election-success) : hide send by mail" form

pull/73/head
Clement G 4 years ago
parent 063572611d
commit 269e937d41

@ -5,7 +5,6 @@ import { withTranslation } from "react-i18next";
import { import {
faCopy, faCopy,
faExclamationTriangle, faExclamationTriangle,
faPaperPlane,
faExternalLinkAlt faExternalLinkAlt
} from "@fortawesome/free-solid-svg-icons"; } from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
@ -84,7 +83,7 @@ class CreateSuccess extends Component {
<FontAwesomeIcon icon={faExclamationTriangle} className="mr-2" /> <FontAwesomeIcon icon={faExclamationTriangle} className="mr-2" />
{t("Keep these links carefully")} {t("Keep these links carefully")}
</h5> </h5>
<div className="input-group "> {/*<div className="input-group ">
<input <input
type="text" type="text"
className="form-control" className="form-control"
@ -104,7 +103,7 @@ class CreateSuccess extends Component {
: t("Send me these links")} : t("Send me these links")}
</a> </a>
</div> </div>
</div> </div>*/}
{/*<div className="text-center"> {/*<div className="text-center">
<button <button
type="button" type="button"

Loading…
Cancel
Save