Compare commits
3 Commits
d5e0769692
...
50b406d83a
Author | SHA1 | Date | |
---|---|---|---|
50b406d83a | |||
b0ba2b9b4d | |||
f80d4d7b67 |
@ -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 ||
|
||||
|
Loading…
Reference in New Issue
Block a user