Skip to content

Commit

Permalink
fix(Chip): rm computed property
Browse files Browse the repository at this point in the history
Co-authored-by: Evgenia Polozova <e.polozova@corp.vk.com>
  • Loading branch information
inomdzhon and eugpoloz authored Dec 5, 2023
1 parent 57b758f commit e4ea63b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vkui/src/components/ChipsInputBase/Chip/Chip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import styles from './Chip.module.css';

const sizeYClassNames = {
none: styles['Chip--sizeY-none'],
['compact']: styles['Chip--sizeY-compact'],
};
compact: styles['Chip--sizeY-compact'],
} as const;

/**
* @see https://vkcom.github.io/VKUI/#/Chip
Expand Down

0 comments on commit e4ea63b

Please sign in to comment.