Skip to content

Commit f3b15b2

Browse files
docs: add JSDoc to OnboardingBadgeProps
1 parent 6ca8654 commit f3b15b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/LHNOptionsList/OptionRowLHN/OptionRow/OnboardingBadge.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import FreeTrial from '@pages/settings/Subscription/FreeTrial';
88
import ONYXKEYS from '@src/ONYXKEYS';
99

1010
type OnboardingBadgeProps = {
11+
/** The option data for the report row this badge belongs to. Used to determine whether the report is the onboarding chat. */
1112
optionItem: OptionData;
1213
};
1314

0 commit comments

Comments
 (0)