Skip to content

Commit

Permalink
Update AddressDetails.js
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-13 authored Nov 11, 2024
1 parent 2a2bc64 commit c691dd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AddressDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ function AddressDetails() {
const [loading, setLoading] = useState(true);

useEffect(() => {
document.title = 'Ethereum Insider';
async function fetchAddressData() {
try {
const balance = await alchemy.core.getBalance(address);
Expand Down

0 comments on commit c691dd9

Please sign in to comment.