Skip to content

Commit

Permalink
chore: make it disappear if you change the property
Browse files Browse the repository at this point in the history
  • Loading branch information
vladitasev committed Jan 9, 2025
1 parent 33b3bfe commit 927ea9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/ColorPaletteTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default function ColorPaletteTemplate(this: ColorPalette) {
}
</div>

{ this.showMoreColorsTemplateModule?.default.call(this) }
{ this.showMoreColors && this.showMoreColorsTemplateModule?.default.call(this) }
</>
);
}

0 comments on commit 927ea9e

Please sign in to comment.