mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
merge
This commit is contained in:
parent
dafc509fa1
commit
cffe053226
1 changed files with 1 additions and 4 deletions
|
|
@ -208,10 +208,7 @@ const VoidCommandBar = ({ uri, editor }: { uri: URI | null, editor: ICodeEditor
|
|||
File {currUriIdx + 1} of {sortedCommandBarURIs.length}
|
||||
</div>}
|
||||
{currDiffIdx !== null && sortedDiffIds?.length && <div>
|
||||
{(sortedDiffIds?.length ?? 0) === 0 ?
|
||||
<>Diff {currDiffIdx + 1} of {sortedDiffIds?.length ?? 0}</>
|
||||
: <>(No changes)</>}
|
||||
|
||||
Diff {currDiffIdx + 1} of {sortedDiffIds?.length ?? 0}
|
||||
</div>}
|
||||
</div>
|
||||
</div >
|
||||
|
|
|
|||
Loading…
Reference in a new issue