aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/trialStatusBar
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-10-16 15:29:19 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-10-16 15:29:19 +0200
commitfad0c62765b697e2a973368ff4cca862f99e70c9 (patch)
tree2df5f15c4eb42342a6b3e8588973ab3a31d3cb2c /src/features/trialStatusBar
parentAdd trialStatusBar & polishing (diff)
downloadferdium-app-fad0c62765b697e2a973368ff4cca862f99e70c9.tar.gz
ferdium-app-fad0c62765b697e2a973368ff4cca862f99e70c9.tar.zst
ferdium-app-fad0c62765b697e2a973368ff4cca862f99e70c9.zip
fix linting issues
Diffstat (limited to 'src/features/trialStatusBar')
-rw-r--r--src/features/trialStatusBar/components/ProgressBar.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/features/trialStatusBar/components/ProgressBar.js b/src/features/trialStatusBar/components/ProgressBar.js
index 80d478d8c..41b74d396 100644
--- a/src/features/trialStatusBar/components/ProgressBar.js
+++ b/src/features/trialStatusBar/components/ProgressBar.js
@@ -25,7 +25,6 @@ const styles = theme => ({
25class ProgressBar extends Component { 25class ProgressBar extends Component {
26 static propTypes = { 26 static propTypes = {
27 classes: PropTypes.object.isRequired, 27 classes: PropTypes.object.isRequired,
28 percent: PropTypes.number.isRequired,
29 }; 28 };
30 29
31 render() { 30 render() {