Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceman03 committed Sep 23, 2024
1 parent d8dad27 commit 3a2101c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cms/src/admin/views/MerchProducts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const MerchProducts: AdminViewComponent = ({ user, canAccessAdmin }) => {
Heading: <div>Delete</div>,
renderCell: (data: Product) => (
<Button onClick={() => {
void (async () => {
void (() => {
handleDelete(data);
})();
}}
Expand Down

0 comments on commit 3a2101c

Please sign in to comment.