Fix: Event happening exactly now shows LIVE instead of In 0m #28
Reference in New Issue
Block a user
Delete Branch "fix/live-time-display"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
total_sec < 0tototal_sec <= 0to catch the edge case where an event is happening right now (total_sec = 0)lgtm