From e72be46733b31460c8292fc5c14aba460ce89107 Mon Sep 17 00:00:00 2001 From: simos Date: Sun, 13 Jul 2025 05:11:18 +0000 Subject: [PATCH] Fixes --- src/components/GitPanel.jsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/GitPanel.jsx b/src/components/GitPanel.jsx index 57b4fa2..97ea50d 100755 --- a/src/components/GitPanel.jsx +++ b/src/components/GitPanel.jsx @@ -1165,11 +1165,16 @@ function GitPanel({ selectedProject, isMobile }) { Commit - ) : ( + ) : confirmAction.type === 'pull' ? ( <> Pull + ) : ( + <> + + Push + )}