Skip to content

Commit ad41dfb

Browse files
committed
Removed InteractiveMap for release, fixed build errors
1 parent f1109d3 commit ad41dfb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

components/MapInteractiveMap/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,7 @@ const MapInteractiveMap = ({id}) =>{
14841484

14851485
}
14861486

1487-
}, [state.data]);
1487+
}, [state.data, state.flagCovers, state.flagDrops, state.flagReturns, state.killData, state.playerNames, state.weaponNames]);
14881488

14891489
if(state.bLoading){
14901490
return <Loading />;

pages/map/[id].js

-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import MapCTFCaps from '../../components/MapCTFCaps';
2424
import MapSummary from '../../components/MapSummary';
2525
import CombogibMapRecords from '../../components/CombogibMapRecords';
2626
import CombogibMapTotals from "../../components/CombogibMapTotals";
27-
import MapInteractiveMap from '../../components/MapInteractiveMap';
2827

2928

3029
const PlayedGraph = ({dates}) =>{
@@ -200,7 +199,6 @@ class Map extends React.Component{
200199

201200
<div className="default">
202201

203-
<MapInteractiveMap id={basic.id}/>
204202

205203
<div className="default-header">
206204
{Functions.removeUnr(basic.name)}

0 commit comments

Comments
 (0)