去除查看历史版本按钮
This commit is contained in:
parent
f1b4854a1e
commit
1842906c83
|
|
@ -263,7 +263,6 @@ export default class ResourceCard extends React.Component {
|
|||
</div>
|
||||
</div>
|
||||
<div className='right-button'>
|
||||
<Button className='item' onClick={this.view} >{i18n.button.version()}</Button>
|
||||
{
|
||||
data.buttons.slice(0,3).map((item,index) => {
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in New Issue