satof3 2 лет назад
Родитель
Сommit
83f8c3ffe6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/app/src/interfaces/ui.ts

+ 1 - 1
apps/app/src/interfaces/ui.ts

@@ -24,7 +24,7 @@ export type ICustomTabContent = {
   Content?: () => JSX.Element,
   i18n?: string,
   Icon?: () => JSX.Element,
-  roundeClass?: string,
+  roundClass?: string,
   isLinkEnabled?: boolean | ((content: ICustomTabContent) => boolean),
 };