Skip to content

Commit

Permalink
remove showing info
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Nov 15, 2024
1 parent 024a799 commit d4b9f30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const SessionTerminal: React.FC<{ sessionId: string; targetId: string }> = ({
return (
<>
<div className="flex items-center gap-2 text-sm text-muted-foreground">
{target.data?.name} ({targetId} / {sessionId})
{target.data?.name}
<div className="flex items-center gap-1 rounded-md border px-1 pr-2">
<span
className={cn({
Expand Down

0 comments on commit d4b9f30

Please sign in to comment.