(amount: string)
| 76 | // Char budgets: title ≤19, subtitle ≤48. |
| 77 | const FEED_SUBTITLE = 'On us. Works on third-party apps · /extra-usage'; |
| 78 | function getFeedTitle(amount: string): string { |
| 79 | return `${amount} in extra usage`; |
| 80 | } |
| 81 | type Props = { |
| 82 | maxWidth?: number; |
| 83 | twoLine?: boolean; |
no outgoing calls
no test coverage detected