Skip to content

Commit 9274886

Browse files
authored
chore: remove comment
1 parent b6ee2f1 commit 9274886

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/components/Appbar/utils.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,6 @@ export const modeTextVariant = {
119119
'center-aligned': 'titleLarge',
120120
} as const;
121121

122-
/**
123-
* Filtruje akcje w Appbarze na podstawie właściwości isLeading.
124-
* @param children - Dzieci komponentu Appbar do przefiltrowania
125-
* @param isLeading - Czy filtrować akcje wiodące (true) czy niewiodące (false). Domyślnie false.
126-
* @returns Przefiltrowana tablica elementów React
127-
*/
128122
export const filterAppbarActions = (
129123
children: React.ReactNode,
130124
isLeading = false

0 commit comments

Comments
 (0)