File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/structures Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,17 +71,17 @@ module.exports = React.createClass({
7171 } ,
7272
7373 onMemberListButtonClick : function ( ) {
74- Analytics . trackEvent ( 'RightPanel ' , 'memberListButtonClick ' ) ;
74+ Analytics . trackEvent ( 'Right Panel ' , 'Member List Button' , 'click ') ;
7575 this . setState ( { phase : this . Phase . MemberList } ) ;
7676 } ,
7777
7878 onFileListButtonClick : function ( ) {
79- Analytics . trackEvent ( 'RightPanel ' , 'fileListButtonClick ' ) ;
79+ Analytics . trackEvent ( 'Right Panel ' , 'File List Button' , 'click ') ;
8080 this . setState ( { phase : this . Phase . FilePanel } ) ;
8181 } ,
8282
8383 onNotificationListButtonClick : function ( ) {
84- Analytics . trackEvent ( 'RightPanel ' , 'notificationListButtonClick ' ) ;
84+ Analytics . trackEvent ( 'Right Panel ' , 'Notification List Button' , 'click ') ;
8585 this . setState ( { phase : this . Phase . NotificationPanel } ) ;
8686 } ,
8787
You can’t perform that action at this time.
0 commit comments