From 994330e2c78027aad75a92a4e6adfe6f05ae3875 Mon Sep 17 00:00:00 2001 From: AsadAzam Date: Thu, 15 Apr 2021 15:00:51 +0500 Subject: [PATCH] Fixed icon color (#80) --- src/pages-and-resources/discussions/app-list/FeaturesTable.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; });