mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
perf(settings): fix navigate-in-setState, memo sections, defer crypto resolution
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { useState } from 'react';
|
||||
import { memo, useState } from 'react';
|
||||
import { Account, setAccount, useAccount } from '@bitsocialhq/pkc-react-hooks';
|
||||
import styles from './crypto-wallets-setting.module.css';
|
||||
import { Trans, useTranslation } from 'react-i18next';
|
||||
@@ -200,4 +200,4 @@ const CryptoWalletsSetting = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default CryptoWalletsSetting;
|
||||
export default memo(CryptoWalletsSetting);
|
||||
|
||||
Reference in New Issue
Block a user