Commit ff6e0c6f authored by Ilham Maulana's avatar Ilham Maulana 💻

fix: filter member loan widget width

parent 1a592fa9
......@@ -145,7 +145,6 @@ class _TopAppBar extends State<TopAppBar> {
@override
Widget build(BuildContext context) {
return Consumer<AuthProvider>(builder: (context, authBuilder, child) {
final screenSize = MediaQuery.of(context).size;
return SliverAppBar(
title: Text(showWidget ? "" : title),
actions: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment