Skip to content

Commit

Permalink
update dc
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Jan 4, 2024
1 parent 66f7ce4 commit 77d1bbc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"ace-builds": "^1.4.7",
"core-js": "^3.6.4",
"dota2-emoticons": "^1.0.3",
"dotaconstants": "^7.20.0",
"dotaconstants": "^8.1.0",
"fuzzy": "^0.1.3",
"heatmap.js": "github:muyao1987/heatmap.js",
"history": "^4.10.1",
Expand Down
4 changes: 2 additions & 2 deletions src/components/App/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Header from '../Header';
import Home from '../Home';
import Matches from '../Matches';
import Player from '../Player';
import Predictions from '../Predictions';
// import Predictions from '../Predictions';
// import Assistant from "../Assistant";
import Records from '../Records';
import Request from '../Request';
Expand Down Expand Up @@ -195,7 +195,7 @@ const App = (props) => {
<Route exact path="/records/:info?" component={Records} />
{/* <Route exact path="/meta" component={Meta} /> */}
<Route exact path="/scenarios/:info?" component={Scenarios} />
<Route exact path="/predictions" component={Predictions} />
{/* <Route exact path="/predictions" component={Predictions} /> */}
<Route exact path="/api-keys" component={Api} />
<Route exact path="/subscribe" component={Subscription} />
<Route component={FourOhFour} />
Expand Down

0 comments on commit 77d1bbc

Please sign in to comment.