Skip to content

Commit

Permalink
Resolve #1027
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed Mar 20, 2023
1 parent 1ca039f commit e14719b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/View/Popup/Compose.js
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ export class ComposePopupView extends AbstractViewPopup {
}

if (msgComposeType && message) {
sDate = timestampToString(message.dateTimeStampInUTC(), 'FULL');
sDate = timestampToString(message.dateTimestamp(), 'FULL');
sSubject = message.subject();
aDraftInfo = message.draftInfo;

Expand Down

0 comments on commit e14719b

Please sign in to comment.