Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deploy-web): fix provider page #177

Merged
merged 1 commit into from
May 1, 2024
Merged

Conversation

Redm4x
Copy link
Contributor

@Redm4x Redm4x commented May 1, 2024

Fix provider page issues introduced in recent release (#173)

  • Fix the "inactive" warning not showing for all offline providers. (check lastOnlineDate instead of lastCheckDate for the 24h grace period)
  • Replaced the toSorted() call for a sort() because toSorted is not supported in node 18 which is used in current docker image. This was causing the provider page to work during client navigation, but not during server-rendering.

@Redm4x Redm4x merged commit 3ad6ab0 into main May 1, 2024
5 checks passed
@Redm4x Redm4x deleted the bugfixes/fix-provider-page branch May 1, 2024 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants