Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
Release v0.0.8: Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Hieu Bui authored and hieutbui committed Jan 2, 2025
1 parent 7c002d4 commit 866ccf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.0.8 - 02/01/2025
### Fix
- Error when employee open app in a new day

## v0.0.7 - 01/01/2025
### Added
- Change text to Vietnamese
Expand Down
1 change: 0 additions & 1 deletion lib/pages/live_overview/live_overview_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,6 @@ Widget? _buildCheckInButton(
return ValueListenableBuilder(
valueListenable: controller.getEmployeeAttendanceStatusStateNotifier,
builder: (context, statusState, child) {
print('statusState: $statusState');
if (statusState is GetEmployeeAttendanceStatusInitial) {
return TextButton.icon(
onPressed: controller.onCheckInPressed,
Expand Down

0 comments on commit 866ccf7

Please sign in to comment.