diff --git a/frontend/src/ts/pages/account.ts b/frontend/src/ts/pages/account.ts index c6e2a43d4..68376e386 100644 --- a/frontend/src/ts/pages/account.ts +++ b/frontend/src/ts/pages/account.ts @@ -1297,7 +1297,7 @@ export const page = new Page({ void update().then(() => { void updateChartColors(); - $(".pageAccount .content p.accountVerificatinNotice").remove(); + $(".pageAccount .content .accountVerificatinNotice").remove(); if (Auth?.currentUser?.emailVerified === false) { $(".pageAccount .content").prepend( `
Your email address is still not verified