Skip to content

Commit 6fb838e

Browse files
committed
fix typos
1 parent 12b9f54 commit 6fb838e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

static/app/views/insights/cache/views/cacheLandingPage.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import {ModulePageFilterBar} from 'sentry/views/insights/common/components/modul
2626
import {ModulePageProviders} from 'sentry/views/insights/common/components/modulePageProviders';
2727
import {ModulesOnboarding} from 'sentry/views/insights/common/components/modulesOnboarding';
2828
import {ModuleBodyUpsellHook} from 'sentry/views/insights/common/components/moduleUpsellHookWrapper';
29-
import CacheMissRateWidget from 'sentry/views/insights/common/components/widgets/cacheMissRateWidget';
30-
import CacheThroughputWidget from 'sentry/views/insights/common/components/widgets/cacheThroughputWidget';
29+
import CacheMissRateChartWidget from 'sentry/views/insights/common/components/widgets/cacheMissRateChartWidget';
30+
import CacheThroughputChartWidget from 'sentry/views/insights/common/components/widgets/cacheThroughputChartWidget';
3131
import {
3232
useMetrics,
3333
useSpanMetrics,
@@ -191,10 +191,10 @@ export function CacheLandingPage() {
191191
</ModuleLayout.Full>
192192
<ModulesOnboarding moduleName={ModuleName.CACHE}>
193193
<ModuleLayout.Half>
194-
<CacheMissRateWidget />
194+
<CacheMissRateChartWidget />
195195
</ModuleLayout.Half>
196196
<ModuleLayout.Half>
197-
<CacheThroughputWidget />
197+
<CacheThroughputChartWidget />
198198
</ModuleLayout.Half>
199199
<ModuleLayout.Full>
200200
<TransactionsTable

0 commit comments

Comments
 (0)