Skip to content

Commit f8dbd8c

Browse files
committed
Revert "dont remove span.number"
This reverts commit f783dca.
1 parent f783dca commit f8dbd8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/js/web-components/prpl-badge-progress-bar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const prplUpdatePreviousMonthBadgeProgressBar = ( pointsDiff ) => {
109109

110110
// Update the remaining points.
111111
const remainingPointsEl = document.querySelector(
112-
`.prpl-previous-month-badge-progress-bar-wrapper[data-badge-id="${ badgeId }"] .prpl-previous-month-badge-progress-bar-remaining .number`
112+
`.prpl-previous-month-badge-progress-bar-wrapper[data-badge-id="${ badgeId }"] .prpl-previous-month-badge-progress-bar-remaining`
113113
);
114114

115115
if ( remainingPointsEl ) {

0 commit comments

Comments
 (0)