mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-14 20:11:22 +00:00
Sort properties and add spaces in the code
This commit is contained in:
parent
4c8c90a579
commit
f0805e1da5
@ -244,6 +244,7 @@ export const Wallets = ({ setExtState, setRawWallet, rawWallet }) => {
|
||||
)}
|
||||
</Box>
|
||||
)}
|
||||
|
||||
{wallets?.length > 0 && (
|
||||
<List
|
||||
sx={{
|
||||
@ -442,20 +443,22 @@ export const Wallets = ({ setExtState, setRawWallet, rawWallet }) => {
|
||||
postProcess: 'capitalizeFirstChar',
|
||||
})}
|
||||
</Button>
|
||||
|
||||
<LoadingButton
|
||||
loading={isLoadingEncryptSeed}
|
||||
autoFocus
|
||||
disabled={!seedValue || !seedName || !password}
|
||||
variant="contained"
|
||||
loading={isLoadingEncryptSeed}
|
||||
onClick={() => {
|
||||
if (!seedValue || !seedName || !password) return;
|
||||
onOk({ seedValue, seedName, password });
|
||||
}}
|
||||
autoFocus
|
||||
variant="contained"
|
||||
>
|
||||
{t('core:action.add', {
|
||||
postProcess: 'capitalizeFirstChar',
|
||||
})}
|
||||
</LoadingButton>
|
||||
|
||||
<Typography
|
||||
sx={{
|
||||
fontSize: '14px',
|
||||
|
Loading…
x
Reference in New Issue
Block a user