export const UploadProgress = ({ active, progress, isProcessing }) => {
  if (!active) {
    return null;
  }