mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-07 17:34:56 +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={
|
resultComponent={
|
||||||
loading ? (
|
loading ? (
|
||||||
<ToolFileResult
|
<ToolFileResult title="Setting Speed" value={null} loading={true} />
|
||||||
title="Setting Speed"
|
|
||||||
value={null}
|
|
||||||
loading={true}
|
|
||||||
extension={''}
|
|
||||||
/>
|
|
||||||
) : (
|
) : (
|
||||||
<ToolFileResult title="Edited Video" value={result} extension="mp4" />
|
<ToolFileResult title="Edited Video" value={result} extension="mp4" />
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue