Skip to content

Commit b8dc98e

Browse files
Pawel Zembrzuskipazembrz
authored andcommitted
ui: remove test blue banner from author profile
*INSPIR-3167
1 parent 517a04e commit b8dc98e

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

ui/src/authors/containers/DetailPageContainer.jsx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useEffect, useMemo } from 'react';
22
import PropTypes from 'prop-types';
33
import { connect } from 'react-redux';
4-
import { Row, Col, Alert } from 'antd';
4+
import { Row, Col } from 'antd';
55
import { Map, List } from 'immutable';
66

77
import ContentBox from '../../common/components/ContentBox';
@@ -109,16 +109,6 @@ function DetailPage({
109109
/>
110110
<Row className="mv3" type="flex" justify="center">
111111
<Col xs={24} md={22} lg={21} xxl={18}>
112-
<Alert
113-
type="info"
114-
showIcon
115-
message={
116-
<span>
117-
The author profile is currently under development. More features
118-
coming soon!
119-
</span>
120-
}
121-
/>
122112
<Row
123113
className="mt3"
124114
type="flex"
-4.3 KB
Loading
-4.06 KB
Loading

0 commit comments

Comments
 (0)