Skip to content

Commit b1af9b6

Browse files
committed
Remove TODO comment
1 parent 5f89015 commit b1af9b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ui/shared/requests/useQuotes.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ function getQuotesSearchParams(params: QuotesParams): URLSearchParams {
7676
if (params.to) {
7777
searchParams.append('to', params.to);
7878
}
79-
// TODO: How to handle beneficiary parameter?
8079

8180
return searchParams;
8281
}

0 commit comments

Comments
 (0)