diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-08-18 12:08:27 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-08-18 12:08:27 +0200 |
| commit | 1799d1324a9425e2f0f11c143c0c37cb042b05a7 (patch) | |
| tree | 77b9dc86e1aa2e768bb9f500709be0aeba4f0371 /lib/shift.dart | |
| parent | 349d704b67cf7d07bd8f8878735f98158a9a1756 (diff) | |
loading animations
Diffstat (limited to 'lib/shift.dart')
| -rw-r--r-- | lib/shift.dart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/shift.dart b/lib/shift.dart index a7c7719..fb79a04 100644 --- a/lib/shift.dart +++ b/lib/shift.dart @@ -109,7 +109,7 @@ class Shift { } double getMinutePayRate() { - return 0.22916666; + return payRate / 60; } bool shiftIsOpenButBeforeToday() { |
