Skip to content

Commit

Permalink
Fix linter failures 2/2
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfacq committed Sep 19, 2023
1 parent cf6cca4 commit 74a26bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Graph/Download.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export default class DownloadTotal extends Component {

if (!data) {
return (
<Spin tip="Loading" size="large">
<div className="content" />
<Spin tip='Loading' size='large'>
<div className='content' />
</Spin>
)
}
Expand Down
4 changes: 2 additions & 2 deletions src/Graph/Trends.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ export default class Trends extends Component {

if (!state.series || !state.series2 || !state.monthlyData) {
return (
<Spin tip="Loading" size="large">
<div className="content" />
<Spin tip='Loading' size='large'>
<div className='content' />
</Spin>
)
}
Expand Down

0 comments on commit 74a26bb

Please sign in to comment.