Fully added filtering and searching!
This commit is contained in:
@@ -196,7 +196,6 @@ fn draw_movie_history<B: Backend>(
|
||||
])
|
||||
.style(style_success())
|
||||
},
|
||||
|_| true,
|
||||
app.is_loading,
|
||||
);
|
||||
}
|
||||
@@ -229,7 +228,6 @@ fn draw_movie_cast<B: Backend>(
|
||||
])
|
||||
.style(style_success())
|
||||
},
|
||||
|_| true,
|
||||
app.is_loading,
|
||||
)
|
||||
}
|
||||
@@ -264,7 +262,6 @@ fn draw_movie_crew<B: Backend>(
|
||||
])
|
||||
.style(style_success())
|
||||
},
|
||||
|_| true,
|
||||
app.is_loading,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user