diff --git a/package-lock.json b/package-lock.json index 8e20c2d3f..2103bff49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4126,7 +4126,7 @@ }, "cross-port-killer": { "version": "1.4.0", - "resolved": "http://173.15.15.82:8081/repository/npm-all/cross-port-killer/-/cross-port-killer-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/cross-port-killer/-/cross-port-killer-1.4.0.tgz", "integrity": "sha512-ujqfftKsSeorFMVI6JP25xMBixHEaDWVK+NarRZAGnJjR5AhebRQU+g+k/Lj8OHwM6f+wrrs8u5kkCdI7RLtxQ==" }, "cross-spawn": { diff --git a/src/forge/Main/Index.js b/src/forge/Main/Index.js index 60cf937e2..76f0675d2 100644 --- a/src/forge/Main/Index.js +++ b/src/forge/Main/Index.js @@ -80,7 +80,7 @@ class Index extends Component { } }).then(result=>{ if(result && result.data){ - this.setState({authorList: result.data.users}) + this.setState({authorList: result.data.users.slice(0,10)}) } }).catch(error=>{}) } @@ -445,7 +445,7 @@ class Index extends Component {