From 937a7540bdc7182472170a96e8c90fb85aa0f6a3 Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Fri, 19 Jul 2019 15:33:42 -0400 Subject: [PATCH] Updated column backBtnSlim prop type --- app/javascript/gabsocial/features/ui/components/column.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/gabsocial/features/ui/components/column.js b/app/javascript/gabsocial/features/ui/components/column.js index a382bc96..8a990b4c 100644 --- a/app/javascript/gabsocial/features/ui/components/column.js +++ b/app/javascript/gabsocial/features/ui/components/column.js @@ -13,7 +13,7 @@ export default class Column extends React.PureComponent { children: PropTypes.node, active: PropTypes.bool, hideHeadingOnMobile: PropTypes.bool, - backBtnSlim: PropTypes.string, + backBtnSlim: PropTypes.bool, }; render () {