diff --git a/src/migration/useMigration.jsx b/src/migration/useMigration.jsx index e779593084..d0b34ac81f 100644 --- a/src/migration/useMigration.jsx +++ b/src/migration/useMigration.jsx @@ -49,7 +49,11 @@ const useMigration = () => { } const isAdmin = settings.cong_role.some( - (role) => role === 'admin' || role === 'lmmo' || role === 'secretary' + (role) => + role === 'admin' || + role === 'lmmo' || + role === 'secretary' || + role === 'coordinator' ); if (!isAdmin) {