Skip to content

Commit

Permalink
loggign
Browse files Browse the repository at this point in the history
Signed-off-by: Alexy Mantha <alexy@mantha.dev>
  • Loading branch information
alexymantha committed Dec 27, 2023
1 parent ce2fa9a commit b921888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit b921888

Please sign in to comment.