From 11eb028cf234c8ee8cf6a367978306ddd3150253 Mon Sep 17 00:00:00 2001 From: pmakode-akamai Date: Thu, 9 Jan 2025 12:26:58 +0530 Subject: [PATCH] Fix typo --- .../Domains/DomainDetail/DomainRecords/DomainRecords.styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/manager/src/features/Domains/DomainDetail/DomainRecords/DomainRecords.styles.ts b/packages/manager/src/features/Domains/DomainDetail/DomainRecords/DomainRecords.styles.ts index 993632847dd..3ee8534e082 100644 --- a/packages/manager/src/features/Domains/DomainDetail/DomainRecords/DomainRecords.styles.ts +++ b/packages/manager/src/features/Domains/DomainDetail/DomainRecords/DomainRecords.styles.ts @@ -24,7 +24,7 @@ export const StyledGrid = styled(Grid, { label: 'StyledGrid' })( }) ); -export const StyledTableCell = styled(TableCell, { label: 'StyledTabelCell' })( +export const StyledTableCell = styled(TableCell, { label: 'StyledTableCell' })( ({ theme }) => ({ '& .data': { maxWidth: 300,