mirror of
https://github.com/skidoodle/budgetable.git
synced 2026-04-28 07:47:35 +02:00
feat: enhance ui components and response handling
This commit is contained in:
@@ -84,7 +84,7 @@ const TRow = ({
|
||||
onBlur={() => handleSave(row, originalRow)}
|
||||
/>
|
||||
) : (
|
||||
<span>{row.price.toLocaleString()} HUF</span>
|
||||
<span>{row.price.toLocaleString()}</span>
|
||||
)}
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
|
||||
Reference in New Issue
Block a user