Răsfoiți Sursa

Fixed a typo

satof3 2 ani în urmă
părinte
comite
83f8c3ffe6
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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,
   Content?: () => JSX.Element,
   i18n?: string,
   i18n?: string,
   Icon?: () => JSX.Element,
   Icon?: () => JSX.Element,
-  roundeClass?: string,
+  roundClass?: string,
   isLinkEnabled?: boolean | ((content: ICustomTabContent) => boolean),
   isLinkEnabled?: boolean | ((content: ICustomTabContent) => boolean),
 };
 };