From 2b9d38f85818367e969f3118d92e54b08553664d Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Thu, 27 Jun 2024 16:07:36 +0200 Subject: [PATCH] fix ui: return clickmap to player --- frontend/app/components/Session/WebPlayer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/app/components/Session/WebPlayer.tsx b/frontend/app/components/Session/WebPlayer.tsx index fcc647ed9..b7e052140 100644 --- a/frontend/app/components/Session/WebPlayer.tsx +++ b/frontend/app/components/Session/WebPlayer.tsx @@ -24,6 +24,7 @@ import { const TABS = { EVENTS: 'Activity', + CLICKMAP: 'Click map', INSPECTOR: 'Tag', };