mirror of
https://github.com/sasjs/server.git
synced 2026-01-10 07:50:05 +00:00
fix(log): fixed single chunk display
This commit is contained in:
@@ -47,7 +47,6 @@ const LogComponent = (props: LogComponentProps) => {
|
||||
const [logChunksState, setLogChunksState] = useState<boolean[]>(
|
||||
new Array(logChunks.length).fill(false)
|
||||
)
|
||||
|
||||
const [scrollToLogInstance, setScrollToLogInstance] = useState<LogInstance>()
|
||||
const [oldestExpandedChunk, setOldestExpandedChunk] = useState<number>(
|
||||
logChunksState.length - 1
|
||||
|
||||
Reference in New Issue
Block a user