Skip to content

Commit

Permalink
fix timer; update server list
Browse files Browse the repository at this point in the history
  • Loading branch information
igormuba committed Feb 28, 2024
1 parent 35b1fab commit f7837a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/components/landing-page/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const LandingPage = (props: any) => {
return () => clearInterval(updateTimer);
}, []);

return activeUser || (community && !time) ? (
return activeUser || (community && time <= 0) ? (
<Redirect to={`/trending/${global.hive_id}`} />
) : (
<div
Expand Down
1 change: 0 additions & 1 deletion src/common/constants/servers.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[
"https://rpc.ecency.com",
"https://api.hive.blog",
"https://api.deathwing.me",
"https://rpc.ausbit.dev",
Expand Down

0 comments on commit f7837a4

Please sign in to comment.