Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Jan 10, 2025
1 parent a27fad8 commit 61083c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/apps/web/src/components/Meter/MeterEvents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const MeterEvents = ({ events }: { events: MeterEvent[] }) => {
{
header: 'Customer',
accessorKey: 'customer',
cell: ({ row }) => (
cell: () => (
<div className="flex flex-row items-center gap-x-2">
<Avatar
className="dark:bg-polar-900 text-xxs bg-white"
Expand Down

0 comments on commit 61083c9

Please sign in to comment.