We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a39b1 commit a83ee66Copy full SHA for a83ee66
src/client/components/aiGateway/AIGatewayOverview.tsx
@@ -91,7 +91,7 @@ export const AIGatewayOverview: React.FC<AIGatewayOverviewProps> = React.memo(
91
return {
92
value: info,
93
};
94
- }, [t]);
+ }, [t, type]);
95
96
const valueFormatter = useMemo(() => {
97
return (value: number) => {
0 commit comments