We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you open the "Dashboard" page, you see a horizontal menu where the middle element says: "Currently Clocked-In: 0"
That number 0 is hard-coded, it should be displaying the number of workers clocked in at the moment.
For reference, the code for this issue exists between lines 159 and 414 of /workspace/employer-web-client/src/js/views/dashboard.js
The "Currently Clocked-In" section should display the actual, current amount of clocked-in workers.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
"Currently Clocked-In" is not working
Issue:
When you open the "Dashboard" page, you see a horizontal menu where the middle element says: "Currently Clocked-In: 0"
That number 0 is hard-coded, it should be displaying the number of workers clocked in at the moment.
For reference, the code for this issue exists between lines 159 and 414 of /workspace/employer-web-client/src/js/views/dashboard.js
Solution:
The "Currently Clocked-In" section should display the actual, current amount of clocked-in workers.
Solution Steps:
The text was updated successfully, but these errors were encountered: