Skip to content

Commit

Permalink
fix(listitem): removed hardcoded Item text
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-kumar70 committed Feb 22, 2023
1 parent f21c6a3 commit e3e9d2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ import { IconService } from 'carbon-components-angular';
[ngClass]="{ 'iot--list-item--content--values--main__large': item.size === 'lg' }"
>
<div
title="Item {{ item.value }}"
title="{{ item.value }}"
class="iot--list-item--content--values--value"
[ngClass]="{
'iot--list-item--category': item.isCategory,
Expand Down

0 comments on commit e3e9d2b

Please sign in to comment.