Skip to content

Commit 452fbac

Browse files
committed
re-exported the export in the export section
1 parent 3ed3d77 commit 452fbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/app/(main)/websites/[id]/_components/tabs/overview-tab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ export function WebsiteOverviewTab({
588588
header: 'Device Type',
589589
cell: (info: any) => {
590590
const row = info.row.original;
591-
return <DeviceTypeCell device_type={row.name} name={row.name} />;
591+
return <DeviceTypeCell device_type={row.name} />;
592592
},
593593
},
594594
{

0 commit comments

Comments
 (0)