File tree 2 files changed +1
-2
lines changed 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import WebView from '../../../components/webView';
3
3
import Str from '../../../lib/Str' ;
4
4
import ReportHistoryFragmentPropTypes from './ReportHistoryFragmentPropTypes' ;
5
5
import styles from '../../../style/StyleSheet' ;
6
- import Text from '../../../components/Text'
6
+ import Text from '../../../components/Text' ;
7
7
8
8
const propTypes = {
9
9
// The message fragment needing to be displayed
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import React from 'react';
2
2
import { View , Image } from 'react-native' ;
3
3
import PropTypes from 'prop-types' ;
4
4
import _ from 'underscore' ;
5
- import Text from '../../../components/Text' ;
6
5
import ReportHistoryPropsTypes from './ReportHistoryPropsTypes' ;
7
6
import ReportHistoryItemMessage from './ReportHistoryItemMessage' ;
8
7
import ReportHistoryItemFragment from './ReportHistoryItemFragment' ;
You can’t perform that action at this time.
0 commit comments