Skip to content

Commit

Permalink
Merge pull request #900 from ensdomains/legacy-favourites-fix
Browse files Browse the repository at this point in the history
Support expired names in legacy favourites
  • Loading branch information
LeonmanRolls authored Oct 25, 2024
2 parents 6e135f6 + d30cc5c commit 0332869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/legacyfavourites.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function Page() {
name,
network: chainId,
hasOtherItems: false,
expiryDate: { date: expiry, value: expiry.getTime() },
expiryDate: { date: expiry, value: expiry?.getTime() },
}}
/>
))}
Expand Down

0 comments on commit 0332869

Please sign in to comment.