Skip to content

Commit 79efd34

Browse files
author
Patricio Albizu
committed
feat: fixing lint
1 parent 310ba9e commit 79efd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/components/src/toggle-group/toggle-group.component.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe('Toggle Group Component', () => {
2424
},
2525
{
2626
label: 'Second',
27-
icon: IconType.Add,
27+
icon: IconType.Add,
2828
value: 'second-value'
2929
}
3030
];

0 commit comments

Comments
 (0)