Skip to content

Commit 15f3281

Browse files
Remove unnecessary comment on CardFeedIconProps.selectedFeed
1 parent 64e70b6 commit 15f3281

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/components/CardFeedIcon.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ import PlaidCardFeedIcon from './PlaidCardFeedIcon';
1111

1212
type CardFeedIconProps = {
1313
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.
1814
selectedFeed?: CardFeedWithDomainID | CardFeedWithNumber | undefined;
1915
iconProps?: Partial<IconProps>;
2016
useSkeletonLoader?: boolean;

0 commit comments

Comments
 (0)