Skip to content

Commit

Permalink
fix: ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
chenfan0 committed Oct 29, 2024
1 parent ca40bb1 commit deaf1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/components/Confetti.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useConfettiStore } from '@renderer/store/useConfettiStore'

export default function Confetti() {
const { width, height } = useWindowSize()
const { showConfetti, numberOfPieces } = useConfettiStore()
const { showConfetti } = useConfettiStore()

return (
<div className="z-[9999] absolute top-0">
Expand Down

0 comments on commit deaf1a0

Please sign in to comment.