diff --git a/packages/round-manager/src/features/round/ApplicationDirectPayout.tsx b/packages/round-manager/src/features/round/ApplicationDirectPayout.tsx index cb292a67a..e7e10c2f4 100644 --- a/packages/round-manager/src/features/round/ApplicationDirectPayout.tsx +++ b/packages/round-manager/src/features/round/ApplicationDirectPayout.tsx @@ -117,7 +117,6 @@ export default function ApplicationDirectPayout({ round, application }: Props) { const handleTokenChange = (event: ChangeEvent) => { if (event.target.value === "custom") { - // fetch symbol and decimals setSelectedToken("custom"); setTokenInfo({ ...noToken(), name: "custom" }); } else {