We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e70b6 commit 15f3281Copy full SHA for 15f3281
1 file changed
src/components/CardFeedIcon.tsx
@@ -11,10 +11,6 @@ import PlaidCardFeedIcon from './PlaidCardFeedIcon';
11
12
type CardFeedIconProps = {
13
isExpensifyCardFeed?: boolean;
14
- // Accepts either `CardFeedWithDomainID` (employer feeds, e.g. `vcf|123`) or the
15
- // bare `CardFeedWithNumber` (personal Plaid cards, e.g. `plaid.ins_109508`).
16
- // The internal `getPlaidInstitutionId` / `getCardFeedIcon` helpers already accept
17
- // the wider type.
18
selectedFeed?: CardFeedWithDomainID | CardFeedWithNumber | undefined;
19
iconProps?: Partial<IconProps>;
20
useSkeletonLoader?: boolean;
0 commit comments