Skip to content

Commit fdf0d15

Browse files
Fix/product interstitial loading state (#36236)
* Fix product interstitial loading state * changelog
1 parent a244c27 commit fdf0d15

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

projects/packages/my-jetpack/_inc/components/product-interstitial/index.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ export default function ProductInterstitial( {
198198
clickHandler={ clickHandler }
199199
onProductButtonClick={ clickHandler }
200200
trackProductButtonClick={ trackProductClick }
201+
isFetching={ isActivating }
201202
/>
202203
) : (
203204
<Container
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fixed
3+
4+
Intersitital tables were not visibly loading when pressed

0 commit comments

Comments
 (0)