|
@@ -239,7 +239,7 @@ class Component extends React.PureComponent<Props, State> {
|
|
}
|
|
}
|
|
|
|
|
|
private renderComputingHash() {
|
|
private renderComputingHash() {
|
|
- return <em>Processing your file. Please wait...</em>
|
|
+ return <JoyInfo title='Processing your file. Please wait...' />
|
|
}
|
|
}
|
|
|
|
|
|
private buildTxParams = () => {
|
|
private buildTxParams = () => {
|