Skip to content

Commit

Permalink
ui: remove test blue banner from author profile
Browse files Browse the repository at this point in the history
*INSPIR-3167
  • Loading branch information
Pawel Zembrzuski authored and pazembrz committed Mar 3, 2020
1 parent 517a04e commit b8dc98e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions ui/src/authors/containers/DetailPageContainer.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useEffect, useMemo } from 'react';
import PropTypes from 'prop-types';
import { connect } from 'react-redux';
import { Row, Col, Alert } from 'antd';
import { Row, Col } from 'antd';
import { Map, List } from 'immutable';

import ContentBox from '../../common/components/ContentBox';
Expand Down Expand Up @@ -109,16 +109,6 @@ function DetailPage({
/>
<Row className="mv3" type="flex" justify="center">
<Col xs={24} md={22} lg={21} xxl={18}>
<Alert
type="info"
showIcon
message={
<span>
The author profile is currently under development. More features
coming soon!
</span>
}
/>
<Row
className="mt3"
type="flex"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b8dc98e

Please sign in to comment.