Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILIPP111007 committed Apr 11, 2024
1 parent e1ab6f6 commit 9689dc9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions frontend/src/pages/PredictDay/PredictDay.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@ export default function PredictDay() {
} else {
setSuccess(false)
setError("Ошибка")
setPredict({
dates: [],
x: [],
y_pred: [],
y_true: []
})
setPredict(undefined)
}
}

Expand Down

0 comments on commit 9689dc9

Please sign in to comment.