Skip to content

Commit

Permalink
updte
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravindu-Hasanka committed Jul 17, 2024
1 parent 79da0fd commit 24a0751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/BranchManager/FoodList/DiscountList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ export default function App() {
</TableHeader>
<TableBody items={sortedItems}>
{(item) => (
<TableRow key={item.DiscountId}>
<TableRow key={item.DiscountId} className="hover:bg-gray cursor-pointer">
{(columnKey) => (
<TableCell>{renderCell(item, columnKey)}</TableCell>
)}
Expand Down

0 comments on commit 24a0751

Please sign in to comment.