Skip to content

Commit

Permalink
disable data refresh on home page - wasted data / very few users watc…
Browse files Browse the repository at this point in the history
…h the refresh page anyway
  • Loading branch information
Chris Hatch committed Jul 11, 2021
1 parent 8174546 commit a9c58fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Home extends React.Component {
'/operations'
)}
>
<OperationTable compact fill limit={25} refresh noCSVExport={true} />
<OperationTable compact fill limit={25} noCSVExport={true} />
</Panel>
</Col>
<Col md={4}>
Expand All @@ -50,7 +50,6 @@ class Home extends React.Component {
compact
fill
limit={10}
refresh
showLedger
showSource={false}
noCSVExport={true}
Expand All @@ -63,7 +62,7 @@ class Home extends React.Component {
'/ledgers'
)}
>
<LedgerTable fill limit={10} refresh compact />
<LedgerTable fill limit={10} compact />
</Panel>
</Col>
</Row>
Expand Down

0 comments on commit a9c58fc

Please sign in to comment.