+
{sortedPayload.map((entry, index) => (
-
-
-
- {truncate(entry.value)}
-
-
+
+
+ {truncate(entry.value)}
+
))}
);
diff --git a/platform/src/common/components/Customise/index.jsx b/platform/src/common/components/Customise/index.jsx
index 8275e66fd5..e11e576048 100644
--- a/platform/src/common/components/Customise/index.jsx
+++ b/platform/src/common/components/Customise/index.jsx
@@ -11,7 +11,7 @@ import Toast from '@/components/Toast';
import { RxInfoCircled } from 'react-icons/rx';
import { completeTask } from '@/lib/store/services/checklists/CheckList';
-const tabs = ['Locations'];
+const tabs = ['Locations', 'Pollutants'];
const CustomiseLocationsComponent = ({ toggleCustomise }) => {
const dispatch = useDispatch();
@@ -111,20 +111,23 @@ const CustomiseLocationsComponent = ({ toggleCustomise }) => {
Select any 4 locations you would like to feature on your overview page.
-