mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Resolved merge conflicts
This commit is contained in:
parent
30d630fea5
commit
9658363b5a
1 changed files with 6 additions and 0 deletions
|
|
@ -35,6 +35,12 @@ const HistoryPreview = ({ showHistoryView }: HistoryPreviewProps) => {
|
|||
<span className="text-xs font-medium text-vscode-descriptionForeground uppercase">
|
||||
{formatDate(item.ts)}
|
||||
</span>
|
||||
<span
|
||||
style={{
|
||||
marginLeft: "auto",
|
||||
}}>
|
||||
({item.number === 0 ? "Main" : item.number})
|
||||
</span>
|
||||
<CopyButton itemTask={item.task} />
|
||||
</div>
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue