fix(app): run probe resources at two stages
This commit is contained in:
@@ -67,7 +67,7 @@ const Usage: React.FC = () => {
|
||||
if (!item.access) return true;
|
||||
return (access as Record<string, boolean>)[item.access];
|
||||
});
|
||||
}, [intl, access]);
|
||||
}, [intl, access.canSeeGpuService]);
|
||||
|
||||
return (
|
||||
<Tabs
|
||||
|
||||
Reference in New Issue
Block a user