Skip to content

Commit

Permalink
Elaborate on featured property inline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyip committed Sep 7, 2023
1 parent 6d14580 commit 1ad269a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/data-stores/src/add-ons/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export interface AddOnMeta {
productSlug: string;
featureSlugs?: string[] | null;
icon: JSX.Element;
featured?: boolean; // irrelevant to "featureSlugs"
featured?: boolean; // used to display the popular badge in the add-ons grid
name: string | null;
quantity?: number; // used for determining checkout costs for quantity based products
description: string | null;
Expand Down

0 comments on commit 1ad269a

Please sign in to comment.