Skip to content

Commit b52fbed

Browse files
Update apps/preview/next/pages/examples/SfBadge.tsx
Co-authored-by: Szymon Dziewoński <szymon.dziewonski@gmail.com>
1 parent 531120f commit b52fbed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/preview/next/pages/examples/SfBadge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function Example() {
3838
],
3939
{
4040
content: '1',
41-
max: '99',
41+
max: 99,
4242
variant: SfBadgeVariant.standard,
4343
placement: SfBadgePlacement['top-right'],
4444
},

0 commit comments

Comments
 (0)