Skip to content

Commit

Permalink
remove results header
Browse files Browse the repository at this point in the history
  • Loading branch information
riverscuomo committed Jul 18, 2024
1 parent f64df6b commit 1c5fde9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/screens/update_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ class _UpdateScreenState extends State<UpdateScreen> {
? const SizedBox()
// const Center(child: Text('No jobs processed yet.'))
: Column(children: [
Text('Job Results',
style: Theme.of(context).textTheme.headline6),
// Text('Job Results',
// style: Theme.of(context).textTheme.headline6),
...jobResults.map((result) {
return ListTile(
title: Text(result['name']),
Expand Down

0 comments on commit 1c5fde9

Please sign in to comment.