mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-23 16:44:04 -05:00
Fix IconButton prop types in glitch-soc
This commit is contained in:
parent
6415981056
commit
8e806b6e88
@ -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 New Issue
Block a user