Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a5f7194

Browse filesBrowse files
authored
Remove empty companies (seanprashad#168)
1 parent 5f353b0 commit a5f7194
Copy full SHA for a5f7194

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/data/index.js

Copy file name to clipboardExpand all lines: src/data/index.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ const questions = [
373373
pattern: ['Backtracking'],
374374
difficulty: 'Medium',
375375
premium: true,
376-
companies: ['', 'Google'],
376+
companies: ['Google'],
377377
},
378378
{
379379
id: 27,
@@ -382,7 +382,7 @@ const questions = [
382382
pattern: ['Backtracking'],
383383
difficulty: 'Hard',
384384
premium: false,
385-
companies: ['', 'Google', 'Intuit', 'Amazon', 'Apple', 'Uber', 'Bloomberg'],
385+
companies: ['Google', 'Intuit', 'Amazon', 'Apple', 'Uber', 'Bloomberg'],
386386
},
387387
{
388388
id: 28,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.