removed duplicate p tag

This commit is contained in:
Abhinav-grd 2021-03-09 12:35:46 +05:30
parent 6895d1172f
commit ae3e33730e

View file

@ -114,7 +114,7 @@ export default function Generate() {
<Card.Body>
<div className="text-center">
<p>{constants.ENTER_ENC_PASSPHRASE}</p>
<p>{constants.PASSPHRASE_DISCLAIMER()}</p>
{constants.PASSPHRASE_DISCLAIMER()}
</div>
<Formik<formValues>
initialValues={{ passphrase: '', confirm: '' }}