Compare commits
No commits in common. "50b406d83ae33b311cbcdfae4f6c80f65e33f944" and "d5e07696926f554894bb316df2e6a49e00983229" have entirely different histories.
50b406d83a
...
d5e0769692
@ -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