Skip to content

Commit

Permalink
fix unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kt-12 committed Nov 5, 2024
1 parent f46e880 commit f0ab0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/dashboard/summary-section/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { SummaryNumber } from '@woocommerce/components';
/**
* Internal dependencies
*/
import { glaData, REPORT_SOURCE_PAID, REPORT_SOURCE_FREE } from '.~/constants';
import { REPORT_SOURCE_PAID, REPORT_SOURCE_FREE } from '.~/constants';
import useAdsCampaigns from '.~/hooks/useAdsCampaigns';
import useAdsCurrency from '.~/hooks/useAdsCurrency';
import useCurrencyFormat from '.~/hooks/useCurrencyFormat';
Expand Down

0 comments on commit f0ab0f6

Please sign in to comment.