Fixed same description issue on drafts

This commit is contained in:
Mustafa Buyukcelebi 2019-08-27 00:22:01 +03:00
parent 77559861fc
commit eaa95776af

View File

@ -4,7 +4,7 @@ import { injectIntl } from 'react-intl';
import { View, FlatList, Text } from 'react-native';
import ScrollableTabView from 'react-native-scrollable-tab-view';
import ActionSheet from 'react-native-actionsheet';
import postBodySummary from '@esteemapp/esteem-render-helpers/src/post-body-summary';
import { postBodySummary } from '@esteemapp/esteem-render-helpers';
// Utils
import { catchDraftImage } from '../../../utils/image';