Hound is love, Hound is life

This commit is contained in:
Luka Murn 2017-09-19 16:56:39 +02:00
parent decdce17fa
commit 869c3593a3
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,4 @@
import React from "react";
import PropTypes from "prop-types";
import {defineMessages, injectIntl, intlShape} from 'react-intl';
import { FormControl } from "react-bootstrap";
@ -15,7 +14,7 @@ const NameFormControl = ({ intl, ...props }) =>
{...props}
/>;
NameFormControl.PropTypes = {
NameFormControl.propTypes = {
intl: intlShape.isRequired
};

View file

@ -5,8 +5,8 @@ import { LinkContainer } from "react-router-bootstrap";
import { FormattedMessage } from "react-intl";
import update from "immutability-helper";
import styled from "styled-components";
import axios from "../../../../../config/axios";
import _ from "lodash";
import axios from "../../../../../config/axios";
import {
SETTINGS_TEAMS_ROUTE,
SETTINGS_TEAM_ROUTE