File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -294,18 +294,20 @@ function SiteScanSummary() {
294
294
295
295
return (
296
296
< >
297
- < AMPNotice type = { NOTICE_TYPE_INFO } size = { NOTICE_SIZE_LARGE } >
298
- { stale && (
297
+ { stale && (
298
+ < AMPNotice type = { NOTICE_TYPE_INFO } size = { NOTICE_SIZE_LARGE } >
299
299
< p >
300
300
{ __ ( 'Stale results. Rescan your site to ensure everything is working properly.' , 'amp' ) }
301
301
</ p >
302
- ) }
303
- { ! stale && isReady && (
302
+ </ AMPNotice >
303
+ ) }
304
+ { ! stale && isReady && (
305
+ < AMPNotice type = { NOTICE_TYPE_INFO } size = { NOTICE_SIZE_LARGE } >
304
306
< p >
305
307
{ __ ( 'No changes since your last scan.' , 'amp' ) }
306
308
</ p >
307
- ) }
308
- </ AMPNotice >
309
+ </ AMPNotice >
310
+ ) }
309
311
{ themesWithAmpIncompatibility . length > 0 && (
310
312
< ThemesWithAmpIncompatibility
311
313
slugs = { themesWithAmpIncompatibility }
You can’t perform that action at this time.
0 commit comments