Lint fixes

This commit is contained in:
Juan Camilo González
2020-11-30 09:19:23 -05:00
parent c0a7036803
commit ffdb330f7f
4 changed files with 12 additions and 12 deletions

View File

@@ -1,9 +1,9 @@
import React from 'react'
import * as d3 from 'd3'
import { setD3Locale } from '../common/utilities';
import { setD3Locale } from '../common/utilities'
const TEXT_HEIGHT = 15
setD3Locale(d3);
setD3Locale(d3)
class TimelineAxis extends React.Component {
constructor () {
super()