Rewrite <ShortNumber />
as FC and TS (#25492)
This commit is contained in:
parent
e0d230fb37
commit
20e85c0e83
10 changed files with 98 additions and 123 deletions
|
@ -4,7 +4,7 @@ import { TransitionMotion, spring } from 'react-motion';
|
|||
|
||||
import { reduceMotion } from '../initial_state';
|
||||
|
||||
import ShortNumber from './short_number';
|
||||
import { ShortNumber } from './short_number';
|
||||
|
||||
const obfuscatedCount = (count: number) => {
|
||||
if (count < 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue