diff --git a/frontend/src/views/projectLiveMonitoring.js b/frontend/src/views/projectLiveMonitoring.js
index e1abc2ab02..e0e7d588c8 100644
--- a/frontend/src/views/projectLiveMonitoring.js
+++ b/frontend/src/views/projectLiveMonitoring.js
@@ -98,6 +98,7 @@ export function ProjectLiveMonitoring() {
const [mapConfig, setMapConfig] = useState(config);
const [realtimeList, setRealtimeList] = useState(false);
const [realtimeMap, setRealtimeMap] = useState(false);
+ const [listAll, setListAll] = useState(false);
// eslint-disable-next-line
const [status, setStatus] = useState(statusList.UNSQUARED);
// eslint-disable-next-line
@@ -340,6 +341,14 @@ export function ProjectLiveMonitoring() {
type="checkbox"
/>
+ {
+ setListAll(!listAll);
+ }}
+ name="listAllCheckbox"
+ type="checkbox"
+ />
+
{
if (mostRecentFeature) {