Skip to content

Commit

Permalink
conditiion for telemtry back to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
jb1011 committed Apr 3, 2024
1 parent 377869f commit 71d239b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export default class App extends React.Component {

Ago.timeDiff = timeDiff;
//ICI
if (chains.length !== 0) {
if (chains.length === 0) {
return (
<div className="App App-no-telemetry">
<OfflineIndicator status={status} />
Expand Down

0 comments on commit 71d239b

Please sign in to comment.