feat: enhance ui components and response handling

This commit is contained in:
2025-01-03 18:48:57 +01:00
parent 78fbcebe91
commit 83b3a747a1
11 changed files with 296 additions and 328 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ const TRow = ({
onBlur={() => handleSave(row, originalRow)}
/>
) : (
<span>{row.price.toLocaleString()} HUF</span>
<span>{row.price.toLocaleString()}</span>
)}
</TableCell>
<TableCell>