Skip to content

Commit

Permalink
Merge pull request #247 from Vizzuality/SKY30-365-30-target-marker-is…
Browse files Browse the repository at this point in the history
…-still

[SKY30-365]: hides show target label in marine conservation widget
  • Loading branch information
agnlez authored Apr 11, 2024
2 parents ad28700 + d299ee6 commit cae6960
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,12 @@ const ProtectionTypesWidget: React.FC<ProtectionTypesWidgetProps> = ({ location
// sources={metadataWidget?.sources}
>
{widgetChartData.map((chartData) => (
<HorizontalBarChart key={chartData.slug} className="py-2" data={chartData} />
<HorizontalBarChart
key={chartData.slug}
showTarget={false}
className="py-2"
data={chartData}
/>
))}
</Widget>
);
Expand Down

0 comments on commit cae6960

Please sign in to comment.