Skip to content

Commit f207512

Browse files
committed
remove
1 parent 756540e commit f207512

File tree

1 file changed

+1
-1
lines changed
  • apps/dashboard/app/(main)/websites/[id]

1 file changed

+1
-1
lines changed

apps/dashboard/app/(main)/websites/[id]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function WebsiteDetailsPage() {
103103
const settingsProps: WebsiteDataTabProps = {
104104
websiteId: id as string,
105105
dateRange,
106-
websiteData: data as Website,
106+
websiteData: data,
107107
};
108108

109109
const tabProps: FullTabProps = {

0 commit comments

Comments
 (0)