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 { useTranslation } from 'react-i18next';
|
||||
import packageJson from '../../../../package.json';
|
||||
import styles from './interface-settings.module.css';
|
||||
@@ -125,4 +125,4 @@ const InterfaceSettings = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default InterfaceSettings;
|
||||
export default memo(InterfaceSettings);
|
||||
|
||||
Reference in New Issue
Block a user