Skip to content

Commit a3565cc

Browse files
committed
Fix lint issues from previous PR
1 parent 5b0f959 commit a3565cc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/page/HomePage/Report/ReportHistoryItemFragment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import WebView from '../../../components/webView';
33
import Str from '../../../lib/Str';
44
import ReportHistoryFragmentPropTypes from './ReportHistoryFragmentPropTypes';
55
import styles from '../../../style/StyleSheet';
6-
import Text from '../../../components/Text'
6+
import Text from '../../../components/Text';
77

88
const propTypes = {
99
// The message fragment needing to be displayed

src/page/HomePage/Report/ReportHistoryItemSingle.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React from 'react';
22
import {View, Image} from 'react-native';
33
import PropTypes from 'prop-types';
44
import _ from 'underscore';
5-
import Text from '../../../components/Text';
65
import ReportHistoryPropsTypes from './ReportHistoryPropsTypes';
76
import ReportHistoryItemMessage from './ReportHistoryItemMessage';
87
import ReportHistoryItemFragment from './ReportHistoryItemFragment';

0 commit comments

Comments
 (0)