Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
don't underline consumer
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Kracht <[email protected]>
  • Loading branch information
stefan-kracht committed Dec 22, 2023
1 parent 73913a4 commit 8c71d3c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/namespace/Gateway/Consumers/Table/Row/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ type RowProps = {
export const Row: FC<RowProps> = ({ consumer }) => (
<TableRow>
<TableCell>
<div className="whitespace-normal break-all hover:underline">
{consumer.username}
</div>
<div className="whitespace-normal break-all">{consumer.username}</div>
</TableCell>
<TableCell>
<SecretInput secret={consumer.password} />
Expand Down

0 comments on commit 8c71d3c

Please sign in to comment.