[Glitch] Rewrite <ShortNumber /> as FC and TS

Port 20e85c0e83 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
alfe
2023-07-08 18:11:58 +09:00
committed by Claire
parent 55ea79165a
commit 5b9e43187c
8 changed files with 96 additions and 120 deletions

View File

@@ -5,7 +5,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) {