ui: beautify
This commit is contained in:
parent
1a70e61de8
commit
c2878bacd4
1 changed files with 1 additions and 3 deletions
|
|
@ -248,9 +248,7 @@ export default class API {
|
||||||
trackerVersion: 'TRACKER_VERSION',
|
trackerVersion: 'TRACKER_VERSION',
|
||||||
projectKey: this.options.projectKey,
|
projectKey: this.options.projectKey,
|
||||||
doNotTrack,
|
doNotTrack,
|
||||||
reason: missingApi.length
|
reason: missingApi.length ? `missing api: ${missingApi.join(',')}` : reason,
|
||||||
? `missing api: ${missingApi.join(',')}`
|
|
||||||
: reason,
|
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue