chore: fix build

This commit is contained in:
Kentai Radiquum 2024-11-17 02:43:05 +05:00
parent 58f5c9ce7c
commit 7a95a3e126
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
7 changed files with 15 additions and 4 deletions

View file

@ -91,6 +91,7 @@ export const ProfileWatchDynamic = (props: { watchDynamic: Array<any> }) => {
);
chart.render();
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
return (