mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Fix linting error
This commit is contained in:
@@ -58,8 +58,8 @@ export default class ReopenProjectMenuManager {
|
||||
|
||||
this.app.setJumpList([
|
||||
{
|
||||
type:'custom',
|
||||
name:'Recent Projects',
|
||||
type: 'custom',
|
||||
name: 'Recent Projects',
|
||||
items: this.projects.map(p => ({
|
||||
type: 'task',
|
||||
title: ReopenProjectMenuManager.createLabel(p),
|
||||
|
||||
Reference in New Issue
Block a user