Skip to content

Commit 75db101

Browse files
committed
Новые подписки добавляются свеху
1 parent b4753fd commit 75db101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/storage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class SubscriptionsStorage {
130130
const r = await this.bySub();
131131

132132
const sorted = r
133-
.sort((a, b) => a.added - b.added);
133+
.sort((a, b) => b.added - a.added);
134134

135135
return sorted;
136136
}

0 commit comments

Comments
 (0)