From 793abf3f5324ae4324ad901d85683549b8a83085 Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Mon, 15 Oct 2018 10:47:26 +0200 Subject: [PATCH] updat eLink component --- src/components/Link/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Link/index.js b/src/components/Link/index.js index 8c782374..d95d6f81 100644 --- a/src/components/Link/index.js +++ b/src/components/Link/index.js @@ -81,6 +81,7 @@ Link.propTypes = { PropTypes.string, PropTypes.object, PropTypes.array, + PropTypes.node, ]).isRequired, className: PropTypes.string, href: PropTypes.string,