fix(ui): export ui npm build

This commit is contained in:
Krrish Dholakia 2024-02-10 08:43:41 -08:00
parent d1893129f7
commit 7409460230
35 changed files with 38 additions and 60 deletions

View file

@ -187,7 +187,7 @@ const UsagePage: React.FC<UsagePageProps> = ({
};
fetchData();
}
}, [accessToken, token, userRole, userID]);
}, [accessToken, token, userRole, userID, startTime, endTime]);
topUsers.forEach((obj) => {
Object.values(obj).forEach((value) => {