Skip to content

Commit

Permalink
fix(info-dialog): display right value in username
Browse files Browse the repository at this point in the history
  • Loading branch information
steveiliop56 committed Mar 28, 2024
1 parent 4d8e7d1 commit 6dc9e3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const InfoDialog: React.FC<props> = ({ shell }) => {
<Text weight="medium">
Username:{" "}
<Code color="gray" variant="ghost">
{shell.name}
{shell.distro}
</Code>
</Text>
<Text weight="medium">
Expand Down

0 comments on commit 6dc9e3b

Please sign in to comment.