mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 00:48:19 +01:00
Fix a number of lint failures
This commit is contained in:
@@ -531,7 +531,7 @@
|
||||
},
|
||||
|
||||
scrollToMessage: function(providedOptions) {
|
||||
const options = providedOptions || options;
|
||||
const options = providedOptions || {};
|
||||
const { id } = options;
|
||||
|
||||
if (id) {
|
||||
|
||||
Reference in New Issue
Block a user