Skip to content

Commit

Permalink
return String to string
Browse files Browse the repository at this point in the history
  • Loading branch information
zou-y-t committed Mar 7, 2024
1 parent e510d0d commit 0c8db4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/ContestSite/ManagePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const ManagePage: React.FC<ContestProps> = ({ mode, user }) => {
await refetchTeam();
};

const deleteTeamMember = async (user_id: String) => {
const deleteTeamMember = async (user_id: string) => {
confirm({
title: "确定要退出队伍吗?",
icon: <ExclamationCircleOutlined />,
Expand Down

0 comments on commit 0c8db4e

Please sign in to comment.