Skip to content

Commit

Permalink
rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKurt authored and thelostone-mc committed May 16, 2024
1 parent 498cd53 commit 063c4f9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ export default function ApplicationDirectPayout({ round, application }: Props) {

const handleTokenChange = (event: ChangeEvent<HTMLSelectElement>) => {
if (event.target.value === "custom") {
// fetch symbol and decimals
setSelectedToken("custom");
setTokenInfo({ ...noToken(), name: "custom" });
} else {
Expand Down

0 comments on commit 063c4f9

Please sign in to comment.