File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed
packages/compass-indexes/src/components/create-index-form Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -362,18 +362,20 @@ const IndexFlowSection = ({
362362 className = { codeStyles }
363363 data-testid = "index-flow-section-covered-queries-examples"
364364 >
365- < p > { coveredQueries } </ p >
365+ { coveredQueries }
366366 </ Body >
367- < Link
368- href = "https://www.mongodb.com/docs/manual/core/query-optimization/"
369- onClick = { ( ) => {
370- track ( 'Covered Queries Learn More Clicked' , {
371- context : 'Create Index Modal' ,
372- } ) ;
373- } }
374- >
375- Learn about covered queries
376- </ Link >
367+ < p >
368+ < Link
369+ href = "https://www.mongodb.com/docs/manual/core/query-optimization/"
370+ onClick = { ( ) => {
371+ track ( 'Covered Queries Learn More Clicked' , {
372+ context : 'Create Index Modal' ,
373+ } ) ;
374+ } }
375+ >
376+ Learn about covered queries
377+ </ Link >
378+ </ p >
377379
378380 { ! ! optimalQueries && (
379381 < >
You can’t perform that action at this time.
0 commit comments