Skip to content

Commit

Permalink
style: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Aug 23, 2022
1 parent 21c5148 commit 3da9b3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/VariableMeta.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'

import { toType } from '../helpers/util'
import dispatcher from './../helpers/dispatcher'
import { toType } from './../helpers/util'
// theme
import Theme from './../themes/getStyle'
import CopyToClipboard from './CopyToClipboard'
Expand Down Expand Up @@ -68,7 +68,7 @@ export default class extends React.PureComponent {
}

getRemoveObject = rowHovered => {
const { theme, hover, namespace, name, src, rjvId } = this.props
const { theme, namespace, name, src, rjvId } = this.props

// don't allow deleting of root node
if (namespace.length === 1) {
Expand Down

0 comments on commit 3da9b3e

Please sign in to comment.