mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
fix(lint): fix less and js linter issues
This commit is contained in:
parent
6144f83834
commit
0d7d5489c6
2 changed files with 1 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
overflow: auto;
|
||||
.btn.btn-icon {
|
||||
font-size: 14px !important;
|
||||
padding: 0em 0.5em;
|
||||
padding: 0 0.5em;
|
||||
&:first-child {
|
||||
padding-left: 0.5em !important;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/** @babel */
|
||||
import _ from 'underscore'
|
||||
import Rx from 'rx-lite'
|
||||
import React, {Component, PropTypes} from 'react'
|
||||
import {DateUtils, Message, DatabaseStore} from 'nylas-exports'
|
||||
|
@ -57,7 +56,6 @@ class SendLaterPopover extends Component {
|
|||
|
||||
onSelectMenuOption = (optionKey)=> {
|
||||
const date = SendLaterOptions[optionKey]();
|
||||
const formatted = DateUtils.format(date.utc());
|
||||
this.onSelectDate(date);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue