More caching, but still not enough

This commit is contained in:
Lim Chee Aun 2023-03-11 22:07:20 +08:00
parent 1523d3d727
commit 95d919bd5a

View file

@ -36,6 +36,7 @@ function AccountInfo({
(async () => { (async () => {
try { try {
const info = await fetchAccount(); const info = await fetchAccount();
states.accounts[`${info.id}@${instance}`] = info;
setInfo(info); setInfo(info);
setUIState('default'); setUIState('default');
} catch (e) { } catch (e) {