Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Feb 23, 2021
1 parent fb6db00 commit c007ded
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ export function isFeatureEnabled(feature: string) {
// @ts-ignore
return window && window.featureFlags && !!window.featureFlags[feature];
}
const enableExploreDnd = isFeatureEnabled('ENABLE_EXPLORE_DRAG_AND_DROP')
const enableExploreDnd = isFeatureEnabled('ENABLE_EXPLORE_DRAG_AND_DROP');

const sharedControls = {
metrics,
Expand Down

0 comments on commit c007ded

Please sign in to comment.