mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-09 11:11:59 +00:00
Update LogsTerminal.tsx
This commit is contained in:
parent
ac04e3900d
commit
34d5a899e0
@ -63,7 +63,7 @@ const LogsTerminal = () => {
|
||||
|
||||
useEffect(() => {
|
||||
const interval = setInterval(() => {
|
||||
addNewLog()
|
||||
// addNewLog()
|
||||
}, 2000)
|
||||
|
||||
return () => clearInterval(interval)
|
||||
|
Loading…
x
Reference in New Issue
Block a user