diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-27 14:47:48 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-27 14:47:48 +0530 |
commit | eedde57b9caff20e1e7d25b43fcb8785e23b3e11 (patch) | |
tree | 3532d795ecf269083e613860c0b27e3689773678 /src/components/Display/ItemsDisplay.tsx | |
parent | 240d7d56459c656c86330755c7a0b9000a090f77 (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.tsx | 4 |
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> |