import React from 'react'; import PropTypes from 'prop-types'; import {Alert} from 'reactstrap'; export class WarningPopup extends React.Component { render() { if (this.props.shown) { return (