Skip to content

Commit

Permalink
Fix worldmap mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscao633 committed Nov 3, 2023
1 parent 452777b commit cd1a98f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/(main)/websites/[id]/WebsiteTableView.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ReferrersTable from 'components/metrics/ReferrersTable';
import BrowsersTable from 'components/metrics/BrowsersTable';
import OSTable from 'components/metrics/OSTable';
import DevicesTable from 'components/metrics/DevicesTable';
import WorldMap from 'components/common/WorldMap';
import WorldMap from 'components/metrics/WorldMap';
import CountriesTable from 'components/metrics/CountriesTable';
import EventsTable from 'components/metrics/EventsTable';
import EventsChart from 'components/metrics/EventsChart';
Expand Down
2 changes: 1 addition & 1 deletion src/app/(main)/websites/[id]/realtime/Realtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import firstBy from 'thenby';
import { Grid, GridRow } from 'components/layout/Grid';
import Page from 'components/layout/Page';
import RealtimeChart from 'components/metrics/RealtimeChart';
import WorldMap from 'components/common/WorldMap';
import WorldMap from 'components/metrics/WorldMap';
import RealtimeLog from './RealtimeLog';
import RealtimeHeader from './RealtimeHeader';
import RealtimeUrls from './RealtimeUrls';
Expand Down

0 comments on commit cd1a98f

Please sign in to comment.