From 54343da0256e9499d546b916b7c2b0ad1557ffc9 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:15:44 -0600 Subject: [PATCH] fix explore view --- web/src/views/explore/ExploreView.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/src/views/explore/ExploreView.tsx b/web/src/views/explore/ExploreView.tsx index 00ed19ab2..f37c37453 100644 --- a/web/src/views/explore/ExploreView.tsx +++ b/web/src/views/explore/ExploreView.tsx @@ -228,12 +228,17 @@ function ExploreThumbnailImage({ onSelectSearch(event, 0, "object lifecycle"); }; + const handleShowSnapshot = () => { + onSelectSearch(event, 0, "snapshot"); + }; + return (