diff --git a/src/pages/Competitions/Detail/index.tsx b/src/pages/Competitions/Detail/index.tsx index a36c243e5..6bb9f0733 100644 --- a/src/pages/Competitions/Detail/index.tsx +++ b/src/pages/Competitions/Detail/index.tsx @@ -659,7 +659,7 @@ async function JoinTeams(name: any) { if (item.module_type != "enroll") { return ( { - if (item?.is_authentication && !hongshanId.includes(HeaderDetail?.identifier)) { + if (item?.is_authentication) { if (!handleVerify(dispatch)) { return; }