|
|
@ -15,7 +15,6 @@ import _ from 'lodash'
|
|
|
|
import './style.css';
|
|
|
|
import './style.css';
|
|
|
|
import '../css/members.css';
|
|
|
|
import '../css/members.css';
|
|
|
|
import moment from 'moment';
|
|
|
|
import moment from 'moment';
|
|
|
|
let imhost=getUrl();
|
|
|
|
|
|
|
|
class Fileslists extends Component{
|
|
|
|
class Fileslists extends Component{
|
|
|
|
constructor(props){
|
|
|
|
constructor(props){
|
|
|
|
super(props);
|
|
|
|
super(props);
|
|
|
@ -997,7 +996,6 @@ class Fileslists extends Component{
|
|
|
|
<Fileslistitem
|
|
|
|
<Fileslistitem
|
|
|
|
{...this.props}
|
|
|
|
{...this.props}
|
|
|
|
{...this.state}
|
|
|
|
{...this.state}
|
|
|
|
imhost={imhost}
|
|
|
|
|
|
|
|
discussMessage={item}
|
|
|
|
discussMessage={item}
|
|
|
|
isAdmin={this.props.isAdmin()}
|
|
|
|
isAdmin={this.props.isAdmin()}
|
|
|
|
isStudent={this.props.isStudent()}
|
|
|
|
isStudent={this.props.isStudent()}
|
|
|
|