Skip to content

Commit ee9de5a

Browse files
committed
fix: review comments
1 parent bc3ee98 commit ee9de5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/charts/list/DiscoverCharts.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,9 @@ const DiscoverChartList = ({ isSuperAdmin }: { isSuperAdmin: boolean }) => {
336336

337337
<InfoIconTippy
338338
infoText={CHART_STORE_TIPPY_CONTENT}
339-
heading={'Chart Store'}
339+
heading="Chart Store"
340340
iconClassName="icon-dim-20 ml-8 fcn-5"
341-
documentationLink={'CHART_STORE'}
341+
documentationLink="CHART_STORE"
342342
documentationLinkText="View Documentation"
343343
/>
344344
</div>

0 commit comments

Comments
 (0)