mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
minor change
This commit is contained in:
parent
c94dda65f7
commit
98c1a7e528
1 changed files with 1 additions and 1 deletions
|
|
@ -513,7 +513,7 @@ const OneClickSwitchButton = () => {
|
|||
|
||||
if (transferTheseFiles.length === 0)
|
||||
return <>
|
||||
<WarningBox text={transferError ?? `One-click-switch not available.`} />
|
||||
<WarningBox text={transferError ?? `One-click switch not available.`} />
|
||||
</>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue