diff --git a/src/containers/AdminCampaignStats/index.jsx b/src/containers/AdminCampaignStats/index.jsx index 15d494d49..2702efb4b 100644 --- a/src/containers/AdminCampaignStats/index.jsx +++ b/src/containers/AdminCampaignStats/index.jsx @@ -16,7 +16,7 @@ import { css, StyleSheet } from "aphrodite"; import PropTypes from "prop-types"; import React from "react"; import { Helmet } from "react-helmet"; -import { withRouter } from "react-router-dom"; +import { Link, withRouter } from "react-router-dom"; import { compose } from "recompose"; import CampaignNavigation from "../../components/CampaignNavigation"; @@ -476,9 +476,19 @@ class AdminCampaignStats extends React.Component { + Campaign successfully copied to{" "} + + campaign {this.state.copiedCampaignId} + + + ) } autoHideDuration={5000} onClose={() => {