Skip to content

Commit 70948c0

Browse files
committed
Remove old Link comment.
1 parent 86bd8a3 commit 70948c0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

components/dash-core-components/src/components/Link.react.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@ const Link = props => {
7777
}
7878
}, [href, sanitizedUrl]);
7979

80-
/*
81-
* ideally, we would use cloneElement however
82-
* that doesn't work with dash's recursive
83-
* renderTree implementation for some reason
84-
*/
8580
return (
8681
<a
8782
data-dash-is-loading={

0 commit comments

Comments
 (0)