mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-05 16:34:57 +05:30
chore: remove unnecessary prop
This commit is contained in:
parent
9593ee516b
commit
863f00e913
1 changed files with 1 additions and 6 deletions
|
|
@ -154,12 +154,7 @@ export default function ChangeSpeed({
|
|||
}
|
||||
resultComponent={
|
||||
loading ? (
|
||||
<ToolFileResult
|
||||
title="Setting Speed"
|
||||
value={null}
|
||||
loading={true}
|
||||
extension={''}
|
||||
/>
|
||||
<ToolFileResult title="Setting Speed" value={null} loading={true} />
|
||||
) : (
|
||||
<ToolFileResult title="Edited Video" value={result} extension="mp4" />
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue