Skip to content

Commit 19c60f3

Browse files
author
Jon Waldstein
committed
fix: import sprintf from WP in donor dashboard
1 parent 9470f33 commit 19c60f3

File tree

1 file changed

+1
-1
lines changed
  • src/DonorDashboards/resources/js/app/components/donor-info

1 file changed

+1
-1
lines changed

src/DonorDashboards/resources/js/app/components/donor-info/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {FontAwesomeIcon} from '@fortawesome/react-fontawesome';
22
import {useSelector} from 'react-redux';
3-
import {__} from '@wordpress/i18n';
3+
import {__, sprintf} from '@wordpress/i18n';
44

55
import './style.scss';
66

0 commit comments

Comments
 (0)