Skip to content

Commit 86a195b

Browse files
committed
Fix lint
1 parent a69d0d9 commit 86a195b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/decorators/bodyMode.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ export default function (target) {
5858
}
5959

6060
target.prototype.bindBodyListener = function (targetArray) {
61-
const { id } = this.props
62-
const { event, eventOff, possibleCustomEvents,
63-
possibleCustomEventsOff } = this.state
61+
const {event, eventOff, possibleCustomEvents,
62+
possibleCustomEventsOff} = this.state
6463
const body = getBody()
6564

6665
const customEvents = findCustomEvents(targetArray, 'data-event')

0 commit comments

Comments
 (0)