mirror of
https://github.com/mempool/mempool.git
synced 2025-04-08 20:08:32 +02:00
handle zero relative time seconds
This commit is contained in:
parent
be72a26760
commit
3425bdd100
@ -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