mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
fix: styles and texts
This commit is contained in:
@@ -217,7 +217,7 @@ export default function TransactionEditForm({
|
||||
</div>
|
||||
|
||||
{formData.items && Array.isArray(formData.items) && formData.items.length > 0 && (
|
||||
<ToolWindow title="Items or products detected">
|
||||
<ToolWindow title="Detected items">
|
||||
<ItemsDetectTool data={formData as TransactionData} />
|
||||
</ToolWindow>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user