You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -95,7 +109,7 @@ class ColumnHeader extends React.PureComponent {
95
109
}
96
110
97
111
if(multiColumn&&pinned){
98
-
pinButton=<buttonkey='pin-button'className='text-btn column-header__setting-btn'onClick={onPin}><iclassName='fa fa fa-times'/><FormattedMessageid='column_header.unpin'defaultMessage='Unpin'/></button>;
112
+
pinButton=<buttonkey='pin-button'className='text-btn column-header__setting-btn'onClick={this.handlePin}><iclassName='fa fa fa-times'/><FormattedMessageid='column_header.unpin'defaultMessage='Unpin'/></button>;
@@ -104,7 +118,7 @@ class ColumnHeader extends React.PureComponent {
104
118
</div>
105
119
);
106
120
}elseif(multiColumn){
107
-
pinButton=<buttonkey='pin-button'className='text-btn column-header__setting-btn'onClick={onPin}><iclassName='fa fa fa-plus'/><FormattedMessageid='column_header.pin'defaultMessage='Pin'/></button>;
121
+
pinButton=<buttonkey='pin-button'className='text-btn column-header__setting-btn'onClick={this.handlePin}><iclassName='fa fa fa-plus'/><FormattedMessageid='column_header.pin'defaultMessage='Pin'/></button>;
0 commit comments