Compare commits

...

3 Commits

Author SHA1 Message Date
50b406d83a Merge branch 'staging' into pdfjs-worker-fix
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
2024-08-08 12:42:58 +03:00
b0ba2b9b4d Merge pull request 'Hotfix - Linting Error' (#132) from formatting-hotfix into staging
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m13s
Reviewed-on: #132
2024-08-07 15:32:05 +00:00
f80d4d7b67 chore: prettier
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
2024-08-07 18:31:16 +03:00

View File

@ -91,7 +91,8 @@ export const RelaysPage = () => {
if (isMounted) {
if (
!relaysState?.mapUpdated ||
newRelayMap?.mapUpdated !== undefined && (newRelayMap?.mapUpdated > relaysState?.mapUpdated)
(newRelayMap?.mapUpdated !== undefined &&
newRelayMap?.mapUpdated > relaysState?.mapUpdated)
) {
if (
!relaysState?.map ||