Small fix

This commit is contained in:
Marco De Araujo 2026-01-08 14:30:22 -04:00
parent 74464f6a48
commit 4e17ef1e09

View file

@ -218,7 +218,6 @@ impl App {
fn refresh_data(&mut self) -> io::Result<()> { fn refresh_data(&mut self) -> io::Result<()> {
self.state.is_loading = true; self.state.is_loading = true;
self.render();
match self.fetch_and_update_data() { match self.fetch_and_update_data() {
Ok(()) => { Ok(()) => {