Skip to content

Commit b57d888

Browse files
authored
🐛 fix a param
1 parent f414464 commit b57d888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Git/GitGraph/GitGraphTable.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class GitGraphTable extends Component {
6060
constructor () {
6161
super()
6262
fetchRefs()
63-
fetchCommits({ size: 30, page: 1 })
63+
fetchCommits({ size: 30, page: 0 })
6464
this.state = {
6565
radius: 4,
6666
colWidth: 10,

0 commit comments

Comments
 (0)