2
0
satof3 2 жил өмнө
parent
commit
83f8c3ffe6

+ 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),
 };