Fix IconButton prop types in glitch-soc

local
Claire 1 year ago
parent 6415981056
commit 8e806b6e88
  1. 2
      app/javascript/flavours/glitch/components/icon_button.tsx

@ -21,7 +21,7 @@ type Props = {
animate: boolean;
overlay: boolean;
tabIndex: number;
label: string;
label?: string;
counter?: number;
obfuscateCount?: boolean;
href?: string;

Loading…
Cancel
Save