Skip to content

Commit

Permalink
style(frontend): remove TODO comment about CPU temp
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenclaw900 committed Jul 4, 2023
1 parent 9bdabdc commit b27793b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/websocket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ export const statisticsStore = createStore<statisticsPage>({
ram: { used: 0, total: 0, percent: 0 },
network: { sent: 0, received: 0 },
swap: { used: 0, total: 0, percent: 0 },
// TODO: modify so that { available: false } and { available: true, temp: 0 }
// is possible, there shouldn't have to be values if it isn't available
temp: { temp: null },
});

Expand Down

0 comments on commit b27793b

Please sign in to comment.