Added hash href to retry on BundleColumnError
• Added: - hash href to retry on BundleColumnError
This commit is contained in:
parent
6d72f545c3
commit
55ab08cc54
|
@ -80,6 +80,7 @@ class BundleColumnError extends React.PureComponent {
|
|||
<div className={[_s.d, _s.flexRow].join(' ')}>
|
||||
<Button
|
||||
icon='repost'
|
||||
href='#'
|
||||
onClick={this.handleRetry} size={64}
|
||||
>
|
||||
<Text align='center' color='inherit' className={_s.ml5}>
|
||||
|
|
Loading…
Reference in New Issue