From 2b50d96f3843fa5e5a9721a125022214f07befe3 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 10 Mar 2017 22:48:21 -0500 Subject: [PATCH] Remove unused variable - eslint warning --- modules/ui/fields/check.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/fields/check.js b/modules/ui/fields/check.js index 951e61fa2..e660d6aaa 100644 --- a/modules/ui/fields/check.js +++ b/modules/ui/fields/check.js @@ -1,6 +1,6 @@ import * as d3 from 'd3'; import { utilRebind } from '../../util/rebind'; -import { t, textDirection } from '../../util/locale'; +import { t } from '../../util/locale'; import { actionReverse } from '../../actions'; import { osmOneWayTags } from '../../osm'; import { svgIcon } from '../../svg';