0
0
Fork 0

removed references to hideOnMobile in column_link and getting_started (#6082)

* removed references to hideOnMobile in column_link and getting_started

* move keyboard shortcuts back below blocked users
This commit is contained in:
Chris 2017-12-23 22:47:02 -05:00 committed by Eugen Rochko
parent 8528fd89d2
commit 081956742c
2 changed files with 8 additions and 6 deletions

View file

@ -26,7 +26,6 @@ ColumnLink.propTypes = {
to: PropTypes.string,
href: PropTypes.string,
method: PropTypes.string,
hideOnMobile: PropTypes.bool,
};
export default ColumnLink;