Skip to content

Commit e6b91ad

Browse files
committed
v2.0.6
1 parent 39a4095 commit e6b91ad

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Leetcode Explained",
4-
"version": "2.0.5",
4+
"version": "2.0.6",
55
"description": "Adds company tags, video solutions and GPT code analysis into Leetcode problems.",
66
"icons": {
77
"16": "src/assets/images/logo/icon-16.png",

src/problems-by-company/company.ts

-2
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@ async function addCompaniesToSelect() {
173173
companySelect.style.maxHeight = '500px';
174174
}
175175

176-
177-
178176
function sortBy(column: string) {
179177
if (column === 'Score') {
180178
solutions.sort((a, b) => b.score - a.score);

0 commit comments

Comments
 (0)