Browse Source

Final minor touch

Leszek Wiesner 4 years ago
parent
commit
c179c70b26
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/joy-media/src/Upload.tsx

+ 1 - 1
packages/joy-media/src/Upload.tsx

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