diff --git a/verify-wallet/components/footer.tsx b/verify-wallet/components/footer.tsx index 4443c19a80..d5265f6a12 100644 --- a/verify-wallet/components/footer.tsx +++ b/verify-wallet/components/footer.tsx @@ -5,6 +5,7 @@ interface Props { } export function GlobalFooter(props: Props) { + const year = new Date().getFullYear(); return (