summaryrefslogtreecommitdiff
path: root/web-ui/src/account_recovery/backup_account_step/backup_account_step.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/src/account_recovery/backup_account_step/backup_account_step.js')
-rw-r--r--web-ui/src/account_recovery/backup_account_step/backup_account_step.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/src/account_recovery/backup_account_step/backup_account_step.js b/web-ui/src/account_recovery/backup_account_step/backup_account_step.js
index f2498a8a..e0c31d88 100644
--- a/web-ui/src/account_recovery/backup_account_step/backup_account_step.js
+++ b/web-ui/src/account_recovery/backup_account_step/backup_account_step.js
@@ -14,8 +14,8 @@
* You should have received a copy of the GNU Affero General Public License
* along with Pixelated. If not, see <http://www.gnu.org/licenses/>.
*/
-import React from "react";
-import {translate} from "react-i18next";
+import React from 'react';
+import { translate } from 'react-i18next';
import SubmitButton from 'src/common/submit_button/submit_button';
export const BackupAccountStep = ({ t }) => (