Skip to content

Commit

Permalink
Addresses OpenHistoricalMap/issues#876 by dealing with things needed …
Browse files Browse the repository at this point in the history
…in staging but not in dev.
  • Loading branch information
erictheise committed Sep 1, 2024
1 parent f5de702 commit d8012ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/homepage/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const StatsSection = () => {
// const { data: osmStatsData, isSuccess: hasOsmStatsLoaded } = useOsmStatsQuery();

// Mount all stats simultaneously
const hasStatsLoaded = hasTmStatsLoaded && hasOsmStatsLoaded;
const hasStatsLoaded = hasTmStatsLoaded // && hasOsmStatsLoaded;

return (
<>
Expand Down

0 comments on commit d8012ba

Please sign in to comment.