Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Fixes #13485 : Migrate 'components/tutorial/tutorial_tip' module and associated tests to TypeScript #4589

Merged
merged 10 commits into from
Jan 6, 2020
Prev Previous commit
Next Next commit
mis removed jsx for one file
  • Loading branch information
M-ZubairAhmed committed Dec 25, 2019
commit 593c9037e323bdbcea7afa403669997f7ecfa837
2 changes: 1 addition & 1 deletion components/sidebar/sidebar_channel/sidebar_channel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {intlShape} from 'utils/react_intl';
import {trackEvent} from 'actions/diagnostics_actions.jsx';
import * as GlobalActions from 'actions/global_actions.jsx';
import SidebarChannelButtonOrLink from '../sidebar_channel_button_or_link/sidebar_channel_button_or_link.jsx';
import SidebarTutorialTip from '../sidebar_tutorial_tip';
import SidebarTutorialTip from '../sidebar_tutorial_tip.jsx';

class SidebarChannel extends React.PureComponent {
static propTypes = {
Expand Down