satof3 %!s(int64=2) %!d(string=hai) anos
pai
achega
83f8c3ffe6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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),
 };