Skip to content

Commit e4ea63b

Browse files
inomdzhoneugpoloz
andauthored
fix(Chip): rm computed property
Co-authored-by: Evgenia Polozova <[email protected]>
1 parent 57b758f commit e4ea63b

File tree

1 file changed

+2
-2
lines changed
  • packages/vkui/src/components/ChipsInputBase/Chip

1 file changed

+2
-2
lines changed

packages/vkui/src/components/ChipsInputBase/Chip/Chip.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import styles from './Chip.module.css';
1212

1313
const sizeYClassNames = {
1414
none: styles['Chip--sizeY-none'],
15-
['compact']: styles['Chip--sizeY-compact'],
16-
};
15+
compact: styles['Chip--sizeY-compact'],
16+
} as const;
1717

1818
/**
1919
* @see https://vkcom.github.io/VKUI/#/Chip

0 commit comments

Comments
 (0)