From cff7a5196865fd96abb354c03c72f756cedc3ca1 Mon Sep 17 00:00:00 2001 From: ArthurFiorette Date: Fri, 26 Mar 2021 19:55:50 +0000 Subject: [PATCH] Prettified code --- web/src/components/accounts.tsx | 4 ++-- web/src/components/registerAccount.tsx | 18 +++++++++--------- web/src/services/accounts.ts | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/web/src/components/accounts.tsx b/web/src/components/accounts.tsx index 648eb94..e1d1f84 100644 --- a/web/src/components/accounts.tsx +++ b/web/src/components/accounts.tsx @@ -2,7 +2,7 @@ import React, { Component } from 'react'; import { PencilFill, Plus, Power } from 'react-bootstrap-icons'; import { AccountOptions } from '../services/accounts'; import RegisterAccount from './registerAccount'; -import RegiterAccount from './registerAccount' +import RegiterAccount from './registerAccount'; interface AccountState { accounts: AccountOptions[]; @@ -65,4 +65,4 @@ export default class Account extends Component { ); } -} \ No newline at end of file +} diff --git a/web/src/components/registerAccount.tsx b/web/src/components/registerAccount.tsx index a863c75..992c763 100644 --- a/web/src/components/registerAccount.tsx +++ b/web/src/components/registerAccount.tsx @@ -22,15 +22,15 @@ export default function RegisterAccount() { } /> - Find the account Identity here. - - } - /> + type="password" + id="identity" + title="Account Identity" + help={ + + Find the account Identity here. + + } + />