mirror of
https://github.com/desktop/desktop
synced 2024-10-31 05:19:03 +00:00
Linter
This commit is contained in:
parent
9280f9df5a
commit
6cd67e7284
1 changed files with 2 additions and 8 deletions
|
@ -128,14 +128,8 @@ export class DropdownSuggestedAction extends React.Component<
|
|||
return
|
||||
}
|
||||
|
||||
const {
|
||||
description,
|
||||
image,
|
||||
discoverabilityContent,
|
||||
disabled,
|
||||
id,
|
||||
title,
|
||||
} = this.selectedAction
|
||||
const { description, image, discoverabilityContent, disabled, id, title } =
|
||||
this.selectedAction
|
||||
|
||||
const className = classNames(
|
||||
'suggested-action',
|
||||
|
|
Loading…
Reference in a new issue