🚨 Linting

This commit is contained in:
ajnart
2022-05-29 15:33:44 +02:00
parent b229aacba5
commit f3d1767daf
3 changed files with 15 additions and 18 deletions

View File

@@ -116,7 +116,6 @@ export default function TotalDownloadsComponent() {
const theme = useMantineTheme();
// Load the last 10 values from the history
const history = torrentHistory.slice(-10);
console.log(history);
const chartDataUp = history.map((load, i) => ({
x: load.x,
y: load.up,