Skip to content

Commit

Permalink
feat(template): Fix secondary label
Browse files Browse the repository at this point in the history
  • Loading branch information
immasandwich committed Aug 19, 2022
1 parent e093a57 commit 91935e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export abstract class AppTokenTemplatePositionFetcher<T extends Contract, V exte
const displayProps = {
label: await this.getLabel(displayPropsStageParams),
labelDetailed: await this.getLabelDetailed(displayPropsStageParams),
secondarylabel: await this.getSecondaryLabel(displayPropsStageParams),
secondaryLabel: await this.getSecondaryLabel(displayPropsStageParams),
tertiaryLabel: await this.getTertiaryLabel(displayPropsStageParams),
images: await this.getImages(displayPropsStageParams),
statsItems: await this.getStatsItems(displayPropsStageParams),
Expand Down

0 comments on commit 91935e2

Please sign in to comment.