Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: ibolton336 <[email protected]>
  • Loading branch information
ibolton336 committed Nov 1, 2023
1 parent 8714561 commit e3fbb7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const ApplicationDetailDrawer: React.FC<
);

const isTaskRunning = task?.state === "Running";
console.log("application", application);

return (
<PageDrawerContent
isExpanded={!!application}
Expand Down

0 comments on commit e3fbb7c

Please sign in to comment.