Skip to content

Commit

Permalink
[Fix] fix lint (#1932)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorDykhta committed Aug 16, 2022
1 parent 3301a7c commit 88e15d5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@
// THE SOFTWARE.

/* eslint-disable complexity */
import React, {Component, Fragment, MouseEventHandler} from 'react';
import React, {Component, Fragment} from 'react';
import styled from 'styled-components';
import {FormattedMessage} from '@kepler.gl/localization';

Expand Down

0 comments on commit 88e15d5

Please sign in to comment.