fix: format phase 22 worktree files that were committed unformatted
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -133,14 +133,18 @@ function GlobalItemDetail() {
|
||||
<div className="flex gap-3 mb-6">
|
||||
<button
|
||||
type="button"
|
||||
onClick={() => openAddToCollection(item.id, `${item.brand} ${item.model}`)}
|
||||
onClick={() =>
|
||||
openAddToCollection(item.id, `${item.brand} ${item.model}`)
|
||||
}
|
||||
className="bg-gray-700 text-white rounded-lg px-5 py-2.5 text-sm font-medium hover:bg-gray-800 transition-colors"
|
||||
>
|
||||
Add to Collection
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
onClick={() => openAddToThread(item.id, `${item.brand} ${item.model}`)}
|
||||
onClick={() =>
|
||||
openAddToThread(item.id, `${item.brand} ${item.model}`)
|
||||
}
|
||||
className="bg-white text-gray-700 border border-gray-200 rounded-lg px-5 py-2.5 text-sm font-medium hover:bg-gray-50 transition-colors"
|
||||
>
|
||||
Add to Thread
|
||||
|
||||
Reference in New Issue
Block a user