Skip to content

Commit f0282cf

Browse files
committed
style: format addressDetails assignment for better readability
1 parent cf658c0 commit f0282cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/routes/$chainSlug/_layout/address/$addressAddress.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@ function AddressRoute() {
119119
}
120120
}, [userAddress, addressAddress, fromMyActivity, navigate, chainSlug]);
121121

122-
const addressDetails = account ? buildAddressDetails({ address: account }) : undefined;
122+
const addressDetails = account
123+
? buildAddressDetails({ address: account })
124+
: undefined;
123125
const addressOverview = account
124126
? buildAddressOverview({ address: account })
125127
: undefined;

0 commit comments

Comments
 (0)