diff options
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> |