Skip to content

Commit c626673

Browse files
committed
fix(lint-issues): fixed lint errors for link component
1 parent e469b08 commit c626673

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pages/attribute-dictionary.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ const AttributeDictionary = ({ location }) => {
124124
<Trans
125125
i18nKey="strings.dataDictionary.intro"
126126
components={{
127-
1: <Link to="https://docs.newrelic.com/docs/nrql/get-started/introduction-nrql-how-nrql-works/" />,
127+
1: (
128+
<Link to="https://docs.newrelic.com/docs/nrql/get-started/introduction-nrql-how-nrql-works/" />
129+
),
128130
}}
129131
/>
130132
</p>

0 commit comments

Comments
 (0)