Skip to content

Commit b334f73

Browse files
committed
chore: unnecessarycode removed
1 parent 75db1d0 commit b334f73

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

src/components/notifications/constants.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,6 @@ export const BASE_CONFIG = [
138138
},
139139
]
140140

141-
export const ACTION_COLUMN = {
142-
label: '',
143-
field: 'actions',
144-
size: { fixed: 80 },
145-
}
146-
147141
export const SES_TABLE_COLUMNS: TableProps<SESConfigurationTableRowType, FiltersTypeEnum.STATE, {}>['columns'] = [
148142
...BASE_CONFIG,
149143
{

src/components/notifications/notifications.util.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,3 @@ export const getValidationFormConfig = (formConfig) => {
357357
return { allValid, formValidations }
358358
}
359359

360-
export const CommonIconComponent = (tab: ConfigurationsTabTypes) => (
361-
<div className="flex py-12">{getConfigTabIcons(tab)}</div>
362-
)
363-

0 commit comments

Comments
 (0)