Compare commits
No commits in common. "b0ba2b9b4defedae4ba20da672a93d412a52b153" and "f49a9e0b40e9cef726c6ef74e49487bf08c7c3d0" have entirely different histories.
b0ba2b9b4d
...
f49a9e0b40
@ -91,8 +91,7 @@ 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