Compare commits
2 Commits
f49a9e0b40
...
b0ba2b9b4d
Author | SHA1 | Date | |
---|---|---|---|
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