This commit is contained in:
mantikoros 2022-10-01 15:48:19 -05:00
parent b2953b0e42
commit a1e2ee3b7e
2 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,8 @@ export function TipButton(props: {
isCompact?: boolean
disabled?: boolean
}) {
const { tipAmount, totalTipped, userTipped, isCompact, onClick, disabled } = props
const { tipAmount, totalTipped, userTipped, isCompact, onClick, disabled } =
props
return (
<Tooltip