mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 02:19:08 +00:00
chore: loads of lgtm maintainability fixes
This commit is contained in:
parent
0b918d9ffa
commit
eb6dce5277
13 changed files with 44 additions and 98 deletions
|
@ -1,15 +1,11 @@
|
|||
import React, { Component, Fragment } from 'react'
|
||||
import React, { Component } from 'react'
|
||||
import { connect } from 'react-redux'
|
||||
import { Prompt } from 'react-router-dom'
|
||||
import superagent from 'superagent'
|
||||
import * as Actions from './actions'
|
||||
import { Link, Prompt } from 'react-router-dom'
|
||||
import * as UIActions from '../../actions/ui'
|
||||
import { msgToReal } from '../../utils'
|
||||
import './RolePicker.sass'
|
||||
|
||||
import * as Actions from './actions'
|
||||
import Category from './Category'
|
||||
import { Scrollbars } from 'react-custom-scrollbars'
|
||||
import { Link } from 'react-router-dom'
|
||||
import './RolePicker.sass'
|
||||
|
||||
const mapState = ({ rolePicker, servers }, ownProps) => {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue