mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 22:25:16 +00:00
Switch entirely to fat arrow functions
This commit is contained in:
@@ -5,7 +5,7 @@ import propsMap from '../../../../shared/constants/propsMap';
|
||||
export function torrentStatusClasses(torrent, ...classes) {
|
||||
let additionalClasses = [];
|
||||
|
||||
classes.forEach(function (className) {
|
||||
classes.forEach((className) => {
|
||||
if (className) {
|
||||
additionalClasses.push(className);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user