mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 11:48:06 +01:00
Fix IconButton prop types in glitch-soc
This commit is contained in:
parent
6415981056
commit
8e806b6e88
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ type Props = {
|
|||
animate: boolean;
|
||||
overlay: boolean;
|
||||
tabIndex: number;
|
||||
label: string;
|
||||
label?: string;
|
||||
counter?: number;
|
||||
obfuscateCount?: boolean;
|
||||
href?: string;
|
||||
|
|
Loading…
Reference in a new issue