diff --git a/src/pages-and-resources/discussions/app-list/FeaturesTable.jsx b/src/pages-and-resources/discussions/app-list/FeaturesTable.jsx index 4327bc97b..28381de1b 100644 --- a/src/pages-and-resources/discussions/app-list/FeaturesTable.jsx +++ b/src/pages-and-resources/discussions/app-list/FeaturesTable.jsx @@ -19,7 +19,7 @@ function FeaturesTable({ apps, features, intl }) { // i.e, if this app has the current feature, check it! appCheckmarkCells[app.id] = app.featureIds.includes(feature.id) ? (
- +
) : null; });