From b921888d7034db83655a5844f5f6d35c516510f6 Mon Sep 17 00:00:00 2001 From: Alexy Mantha Date: Wed, 27 Dec 2023 13:20:37 -0500 Subject: [PATCH] loggign Signed-off-by: Alexy Mantha --- ui/src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/index.tsx b/ui/src/index.tsx index 1ae156e..9eb34e5 100644 --- a/ui/src/index.tsx +++ b/ui/src/index.tsx @@ -21,6 +21,7 @@ export const Extension = (props: { }) => { const [progressing, setProgressing] = useState(false); const owner = getOwner(props.application); + console.log(owner) if(!owner) { return null; }