mirror of
https://github.com/mempool/mempool.git
synced 2025-03-29 11:12:16 +01:00
Merge pull request #5284 from mempool/mononaut/zero-seconds
handle zero relative time seconds
This commit is contained in:
commit
1a2487b740
@ -78,7 +78,7 @@ export class TimeComponent implements OnInit, OnChanges, OnDestroy {
|
||||
}
|
||||
|
||||
calculate() {
|
||||
if (!this.time) {
|
||||
if (this.time == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user