Skip to content

Commit

Permalink
fixup! fix(extension): remove invalid lookup causing range error
Browse files Browse the repository at this point in the history
  • Loading branch information
mchappell committed Feb 25, 2025
1 parent e0af5b8 commit 02b56b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const generatePaperWalletPdf = async ({

const paperWalletPdf = await paperWallet({
pgpRef: pgpInfo.pgpKeyReference,
creationDate: new Date().toLocaleDateString(navigator.language ?? 'en-US', {
creationDate: new Date().toLocaleDateString(navigator.language, {
year: 'numeric',
month: 'long',
day: 'numeric'
Expand Down

0 comments on commit 02b56b7

Please sign in to comment.