Skip to content

Commit

Permalink
expand
Browse files Browse the repository at this point in the history
  • Loading branch information
riverscuomo committed Aug 2, 2024
1 parent c5e3c18 commit b580d93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/screens/home_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class _HomeScreenState extends State<HomeScreen> {
);
_storageService = StorageService();
_loadJobs();
_isExpanded = jobs.isEmpty;
}

void _addNewJob(Job newJob) {
Expand Down

0 comments on commit b580d93

Please sign in to comment.