Skip to content

Commit

Permalink
Remove redundant declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagesh Pai committed Dec 23, 2024
1 parent 70a17fb commit 7f4d666
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/deposits/list/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,6 @@ export const DepositsList = (): JSX.Element => {
const downloadable = !! rows.length;

const endpointExport = async () => {
// We destructure page and path to get the right params.
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const { page, path, ...params } = getQuery();
const userEmail = wcpaySettings.currentUserEmail;
const locale = wcpaySettings.locale.code;

Expand Down

0 comments on commit 7f4d666

Please sign in to comment.