aboutsummaryrefslogtreecommitdiff
path: root/src/components/tables/invoice-item-table.js
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-10-16 18:36:17 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-10-16 18:36:17 +0530
commit1b3702b241f02ab16c3b5366acb47cefbf089521 (patch)
treea1f107cbf7b8c4f5800d94fc8add8f34d997ca24 /src/components/tables/invoice-item-table.js
parent5f8407ae4c60922057e2f88f65178773786bddb4 (diff)
minor bug fixes in ItemPicker input
Diffstat (limited to 'src/components/tables/invoice-item-table.js')
-rw-r--r--src/components/tables/invoice-item-table.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/tables/invoice-item-table.js b/src/components/tables/invoice-item-table.js
index d008ebc..865b326 100644
--- a/src/components/tables/invoice-item-table.js
+++ b/src/components/tables/invoice-item-table.js
@@ -38,7 +38,7 @@ const ItemTable = ({items, setItems, isInterstate, sum}) => {
*/
return (
<>
- <table>
+ <table className={"item-table"}>
<thead>
<tr>
<th>S. No</th>