Skip to content

Commit

Permalink
修复
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed Apr 15, 2024
1 parent 71c2391 commit db3c9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Page = () => {

useEffect(() => {
if (!loading) {
setShares(environments[1]?.shares?.reverse() ?? []);
setShares(environments[0]?.shares?.reverse() ?? []);
}
}, [loading]);

Expand Down

0 comments on commit db3c9ac

Please sign in to comment.