fix code style

This commit is contained in:
Bilal Catic
2019-06-16 12:18:48 +02:00
parent 2c8d6bd077
commit 4c4e45f89f
10 changed files with 12 additions and 12 deletions

View File

@@ -1,8 +1,8 @@
import React, { Component } from 'react';
import { connect } from 'react-redux';
import {Button, Dropdown, Message} from "semantic-ui-react";
import {Button, Dropdown, Message} from 'semantic-ui-react';
import Fuse from 'fuse.js';
import { addNewMapping } from "../../../store/actions";
import { addNewMapping } from '../../../store/actions';
class UnknownMapping extends Component {
constructor(props) {