Skip to content

Commit

Permalink
lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdotson committed Oct 8, 2021
1 parent 563a344 commit bf3c30d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,13 +350,13 @@ class Markdown extends React.PureComponent {
className="dashboard-component dashboard-component-chart-holder"
data-test="dashboard-component-chart-holder"
>
{editMode &&
{editMode && (
<HoverMenu position="top">
<DeleteComponentButton
onDelete={this.handleDeleteComponent}
/>
</HoverMenu>
}
)}
{editMode && isEditing
? this.renderEditMode()
: this.renderPreviewMode()}
Expand Down

0 comments on commit bf3c30d

Please sign in to comment.