diff --git a/src/pages/home.tsx b/src/pages/home.tsx index 979613b..459e1ac 100644 --- a/src/pages/home.tsx +++ b/src/pages/home.tsx @@ -54,7 +54,6 @@ export default function HomePage() { const updateLastVersionLaunched = async () => { if ( appVersion && - appVersion.match(/^\d+\.\d+\.\d+$/) && settings && settings.lastShownReleaseNotesVersion !== appVersion ) {