Skip to content

Commit c2e1667

Browse files
fix lint
1 parent 9881a1e commit c2e1667

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/twenty-front/src/pages/settings/data-model/SettingsObjectDetailPageContent.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const StyledTabListContainer = styled.div`
3737
.tab-list {
3838
padding-left: 0px;
3939
}
40-
.tab-list > div{
40+
.tab-list > div {
4141
padding: ${({ theme }) => theme.spacing(3) + ' 0'};
4242
}
4343
`;

packages/twenty-ui/src/display/icon/components/TablerIcons.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export {
226226
IconVideo,
227227
IconWand,
228228
IconWorld,
229-
IconX
229+
IconX,
230230
} from '@tabler/icons-react';
231231

232232
export type { TablerIconsProps } from '@tabler/icons-react';

0 commit comments

Comments
 (0)