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
removed mistakenly added eslint rule
  • Loading branch information
M-ZubairAhmed committed Dec 25, 2019
commit eeff8ffab0810e1e8c087de6dc3e61674acfcbba
1 change: 0 additions & 1 deletion components/tutorial/tutorial_tip/tutorial_tip.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
/* eslint-disable react/require-optimization */

import React from 'react';
import {Overlay} from 'react-bootstrap';
Expand Down