Skip to content

Commit 7fdaf6e

Browse files
committed
Fix lint issues
1 parent f0e7cde commit 7fdaf6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/dashboard/Push/PushNew.react.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import Field from 'components/Field/Field.react';
1717
import Fieldset from 'components/Fieldset/Fieldset.react';
1818
import FieldStyles from 'components/Field/Field.scss';
1919
import FlowView from 'components/FlowView/FlowView.react';
20-
import getSiteDomain from 'lib/getSiteDomain';
2120
import history from 'dashboard/history';
2221
import joinWithFinal from 'lib/joinWithFinal';
2322
import Label from 'components/Label/Label.react';
@@ -121,7 +120,6 @@ let LocalizedMessageField = ({
121120
}
122121

123122
const XHR_KEY = 'PushNew';
124-
const TRANSLATE_MORE_INFO_URL = '/docs/android/guide#push-notifications-push-localization';
125123

126124
@subscribeTo('Schema', 'schema')
127125
@subscribeTo('PushAudiences', 'pushaudiences')

0 commit comments

Comments
 (0)