removed console
This commit is contained in:
parent
dfe9177e8b
commit
67e810c1ba
@ -325,7 +325,7 @@ const History = () => {
|
||||
<div className="flex flex-col w-full">
|
||||
<div className="flex items-center justify-between text-sm text-gray-800">
|
||||
<span>
|
||||
Quantity updated 1,450 to 1,500; Cost updated 87,000 to 90,000
|
||||
Quantity updated -; Cost updated -
|
||||
</span>
|
||||
|
||||
<button
|
||||
@ -356,16 +356,16 @@ const History = () => {
|
||||
<div className="flex gap-6 mb-2">
|
||||
<div>
|
||||
<div className="font-medium">Quantity Updated:</div>
|
||||
<div>1,450 → 1,500</div>
|
||||
<div>-</div>
|
||||
</div>
|
||||
<div>
|
||||
<div className="font-medium">Cost Updated:</div>
|
||||
<div>87,000 → 90,000</div>
|
||||
<div>-</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div className="font-medium">Reason for variations:</div>
|
||||
<div>Seasonal Production Surge</div>
|
||||
<div>-</div>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user