add isShown prop
This commit is contained in:
@@ -11,7 +11,8 @@ export const DeepLinkingLink = ({ isDeepLinkingEnabled, path, text }) => {
|
||||
)
|
||||
}
|
||||
DeepLinkingLink.propTypes = {
|
||||
isDeepLinkingEnabled: PropTypes.boolean,
|
||||
isDeepLinkingEnabled: PropTypes.bool,
|
||||
isShown: PropTypes.bool,
|
||||
path: PropTypes.string,
|
||||
text: PropTypes.string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user