@mui/codemod 5.14.6 → 5.14.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -193,7 +193,7 @@ function DocSearchHit(props) {
|
|
|
193
193
|
} = props;
|
|
194
194
|
function displayTag(pathname) {
|
|
195
195
|
// does not need to show product label for MUI X because they are grouped by the product name in the search
|
|
196
|
-
//
|
|
196
|
+
// i.e. Data Grid, Date Picker
|
|
197
197
|
if (!pathname.match(/^\/(material-ui|joy-ui|base)\//)) {
|
|
198
198
|
return null;
|
|
199
199
|
}
|
|
@@ -193,7 +193,7 @@ function DocSearchHit(props) {
|
|
|
193
193
|
} = props;
|
|
194
194
|
function displayTag(pathname) {
|
|
195
195
|
// does not need to show product label for MUI X because they are grouped by the product name in the search
|
|
196
|
-
//
|
|
196
|
+
// i.e. Data Grid, Date Picker
|
|
197
197
|
if (!pathname.match(/^\/(material-ui|joy-ui|base)\//)) {
|
|
198
198
|
return null;
|
|
199
199
|
}
|