mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
nit
This commit is contained in:
parent
3b856d7edc
commit
35edfa0a64
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ export const RepositoryTable = () => {
|
|||
const { data: _repos } = useQuery({
|
||||
queryKey: ["repos"],
|
||||
queryFn: () => getRepos(),
|
||||
enabled: typeof window !== "undefined",
|
||||
});
|
||||
|
||||
const repos = useMemo(() => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue