From 9043dd80bb18b69aa5471b4382138ce2daf23d76 Mon Sep 17 00:00:00 2001 From: Jared Pereira Date: Fri, 26 Sep 2025 17:00:48 -1000 Subject: [PATCH] add help button back to popover --- app/home/Actions/Actions.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/home/Actions/Actions.tsx b/app/home/Actions/Actions.tsx index 8e09c1db..c52ece50 100644 --- a/app/home/Actions/Actions.tsx +++ b/app/home/Actions/Actions.tsx @@ -16,6 +16,7 @@ export const Actions = () => { {identity ? : } {/**/} + ); }; -- 2.51.2