aboutsummaryrefslogtreecommitdiff
path: root/src/components/Display/ItemsDisplay.tsx
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-06-27 14:47:48 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-06-27 14:47:48 +0530
commiteedde57b9caff20e1e7d25b43fcb8785e23b3e11 (patch)
tree3532d795ecf269083e613860c0b27e3689773678 /src/components/Display/ItemsDisplay.tsx
parent240d7d56459c656c86330755c7a0b9000a090f77 (diff)
Fixed DisplayItem and now really big decimal numbers don't show up
Diffstat (limited to 'src/components/Display/ItemsDisplay.tsx')
-rw-r--r--src/components/Display/ItemsDisplay.tsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/Display/ItemsDisplay.tsx b/src/components/Display/ItemsDisplay.tsx
index db3d336..78c5094 100644
--- a/src/components/Display/ItemsDisplay.tsx
+++ b/src/components/Display/ItemsDisplay.tsx
@@ -33,9 +33,7 @@ const ItemsDisplay: React.FC<Props> = (props) => {
<th>Quantity</th>
<th>Unit Price</th>
<th>Discount</th>
- <th>sgst</th>
- <th>cgst</th>
- <th>igst</th>
+ <th>Tax</th>
<th>Price</th>
</tr>