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
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m13s
Reviewed-on: #132
This commit is contained in:
commit
b0ba2b9b4d
@ -91,7 +91,8 @@ export const RelaysPage = () => {
|
|||||||
if (isMounted) {
|
if (isMounted) {
|
||||||
if (
|
if (
|
||||||
!relaysState?.mapUpdated ||
|
!relaysState?.mapUpdated ||
|
||||||
newRelayMap?.mapUpdated !== undefined && (newRelayMap?.mapUpdated > relaysState?.mapUpdated)
|
(newRelayMap?.mapUpdated !== undefined &&
|
||||||
|
newRelayMap?.mapUpdated > relaysState?.mapUpdated)
|
||||||
) {
|
) {
|
||||||
if (
|
if (
|
||||||
!relaysState?.map ||
|
!relaysState?.map ||
|
||||||
|
Loading…
Reference in New Issue
Block a user