Skip to content

Commit

Permalink
Remove stocker await (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
argaen authored Feb 16, 2024
1 parent b9f4f5f commit ccc4110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useDataSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function useDataSource(): DataSourceContextType {
const end = performance.now();
console.log(`init datasource: ${end - start}ms`);
}
await loadStockerPrices();
loadStockerPrices();
setIsLoaded(true);
}
}
Expand Down

0 comments on commit ccc4110

Please sign in to comment.