Skip to content

Commit

Permalink
implemented the collapsable table
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldevgarg committed Feb 1, 2024
1 parent 3b5809b commit 98b6b8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class _CountTableWidgetState extends State<CountTableWidget> {
}
},
),
if (connectionCount!.length >= 5)
if (connectionCount!.length > 5)
Align(
alignment: Alignment.bottomRight,
child: TextButton(
Expand Down

0 comments on commit 98b6b8b

Please sign in to comment.