Side effecting

This commit is contained in:
Michael Shamoon 2021-03-15 08:42:10 -07:00
parent 2e21fbf619
commit 316a2469b8

View File

@ -14,5 +14,5 @@
<div class="bg-dark p-3 text-light text-monospace log-container"> <div class="bg-dark p-3 text-light text-monospace log-container">
<p <p
class="m-0 p-0 log-entry-{{getLogLevel(log)}}" class="m-0 p-0 log-entry-{{getLogLevel(log)}}"
*ngFor="let log of logs.reverse()">{{log}}</p> *ngFor="let log of logs.slice().reverse()">{{log}}</p>
</div> </div>