mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 04:41:43 +03:00
Merge pull request #1087 from esteemapp/hotfix/draft
Fixed same description issue on drafts
This commit is contained in:
commit
80419784f7
@ -42,7 +42,7 @@ class DraftsScreen extends Component {
|
||||
const tags = item.tags ? item.tags.split(/[ ,]+/) : [];
|
||||
const tag = tags[0] || '';
|
||||
const image = catchDraftImage(item.body);
|
||||
const summary = postBodySummary(item, 100);
|
||||
const summary = postBodySummary({ item, last_update: item.created }, 100);
|
||||
const isSchedules = type === 'schedules';
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user