We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3ee98 commit ee9de5aCopy full SHA for ee9de5a
src/components/charts/list/DiscoverCharts.tsx
@@ -336,9 +336,9 @@ const DiscoverChartList = ({ isSuperAdmin }: { isSuperAdmin: boolean }) => {
336
337
<InfoIconTippy
338
infoText={CHART_STORE_TIPPY_CONTENT}
339
- heading={'Chart Store'}
+ heading="Chart Store"
340
iconClassName="icon-dim-20 ml-8 fcn-5"
341
- documentationLink={'CHART_STORE'}
+ documentationLink="CHART_STORE"
342
documentationLinkText="View Documentation"
343
/>
344
</div>
0 commit comments