/* eslint-disable react/jsx-indent */ import React from 'react'; import PropTypes from 'prop-types'; import { Meteor } from 'meteor/meteor'; import { Line } from 'react-progress-bar.js'; import './LoadingBar.scss'; // Check: https://github.com/kimmobrunfeldt/react-progressbar.js/pull/26 const LoadingBar = ({ progress }) => (