Skip to content

Commit 7b6efaf

Browse files
committed
Correct property key
1 parent 2e51d18 commit 7b6efaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layer2NetworksTable/NetworksSubComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ const NetworkSubComponent = ({ network }) => {
236236
<div className="flex flex-col gap-0.5">
237237
<div>
238238
<InlineLink
239-
href={network.growThePieLink}
239+
href={network.growthepieLink}
240240
customEventOptions={{
241241
eventCategory: "l2_networks",
242242
eventAction: "analytics_profiles",

0 commit comments

Comments
 (0)