Browse Source

fix: update default github star count value (#15708)

tags/1.1.0
NFish 7 months ago
parent
commit
37486a9cc6
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/app/components/header/github-star/index.tsx

+ 1
- 1
web/app/components/header/github-star/index.tsx View File

queryKey: ['github-star'], queryKey: ['github-star'],
queryFn: getStar, queryFn: getStar,
enabled: process.env.NODE_ENV !== 'development', enabled: process.env.NODE_ENV !== 'development',
initialData: { stargazers_count: 6000 },
initialData: { stargazers_count: 81204 },
}) })
if (isFetching) if (isFetching)
return null return null

Loading…
Cancel
Save