mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 18:32:34 +01:00
fix warn
This commit is contained in:
parent
bb326c89c7
commit
2aa0d1a8c6
@ -49,7 +49,7 @@ const HelpSheet = ({ visible, onTogglePress, renderSettings, ffmpegCommandLog })
|
|||||||
<h1>Last ffmpeg commands</h1>
|
<h1>Last ffmpeg commands</h1>
|
||||||
<div style={{ overflowY: 'scroll', height: 200 }}>
|
<div style={{ overflowY: 'scroll', height: 200 }}>
|
||||||
{ffmpegCommandLog.reverse().map((log) => (
|
{ffmpegCommandLog.reverse().map((log) => (
|
||||||
<div style={{ whiteSpace: 'pre' }}>
|
<div key={log} style={{ whiteSpace: 'pre' }}>
|
||||||
{log}
|
{log}
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
|
Loading…
Reference in New Issue
Block a user