Skip to content

Commit

Permalink
fix: correct naming for WebLeftPanelExploreRoomsButton
Browse files Browse the repository at this point in the history
  • Loading branch information
justjanne committed Apr 26, 2022
1 parent c9f7fce commit c68581d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/structures/LeftPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default class LeftPanel extends React.Component<IProps, IState> {

private onExplore = (ev: ButtonEvent) => {
dis.fire(Action.ViewRoomDirectory);
PosthogTrackers.trackInteraction("WebLeftPanelExploreRoomsItem", ev);
PosthogTrackers.trackInteraction("WebLeftPanelExploreRoomsButton", ev);
};

private refreshStickyHeaders = () => {
Expand Down

0 comments on commit c68581d

Please sign in to comment.