aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/notice-controller.js
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@users.noreply.github.com>2018-01-04 03:35:14 +0800
committerGitHub <noreply@github.com>2018-01-04 03:35:14 +0800
commitdc9d8b24c6fccd584975c5b9f25c8090b7e8051d (patch)
tree732806322abf5602a17533caf1d6a875a97e10a6 /app/scripts/notice-controller.js
parentdfb22471087f040d8345a5a17321e1462842045c (diff)
parent099f078a3d73b2aed30dc5e1cd3a2facde58606a (diff)
downloadtangerine-wallet-browser-dc9d8b24c6fccd584975c5b9f25c8090b7e8051d.tar.gz
tangerine-wallet-browser-dc9d8b24c6fccd584975c5b9f25c8090b7e8051d.tar.zst
tangerine-wallet-browser-dc9d8b24c6fccd584975c5b9f25c8090b7e8051d.zip
Merge pull request #2845 from alextsg/NewUI-flat-4.0.5c
[NewUI] Merge master into NewUI-flat
Diffstat (limited to 'app/scripts/notice-controller.js')
-rw-r--r--app/scripts/notice-controller.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/notice-controller.js b/app/scripts/notice-controller.js
index db2b8c4f4..14a63eae7 100644
--- a/app/scripts/notice-controller.js
+++ b/app/scripts/notice-controller.js
@@ -77,7 +77,7 @@ module.exports = class NoticeController extends EventEmitter {
return uniqBy(oldNotices.concat(newNotices), 'id')
}
- _filterNotices(notices) {
+ _filterNotices (notices) {
return notices.filter((newNotice) => {
if ('version' in newNotice) {
const satisfied = semver.satisfies(this.version, newNotice.version)