diff --git a/src/pages/Competitions/Index/index.tsx b/src/pages/Competitions/Index/index.tsx index f78e5283..e296f043 100755 --- a/src/pages/Competitions/Index/index.tsx +++ b/src/pages/Competitions/Index/index.tsx @@ -89,7 +89,7 @@ const competitionsIndexPage: FC = ({ // getHomeNotice(); dispatch({ type: 'competitions/getList', - payload: { ...competitions.listParams,external:true }, + payload: { ...competitions.listParams}, }); }, [competitions.name]); useEffect(() => {