Skip to content

Commit

Permalink
chore: remove unnecessary parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
noa.santo committed Nov 13, 2024
1 parent 870fb85 commit 86dc20b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ interface SnowflakeProps {
left: number;
top: number;
animation_delay: number;
snowflake?: PrecipitationData;
}

interface SnowflakeContainerProps {
Expand Down Expand Up @@ -244,7 +243,6 @@ const PrecipitationEffect = ({
(snowflake.fallDuration * 5 - snowflake.fallDuration * 3) *
1.5
}
snowflake={snowflake}
left={snowflake.left}
top={-75}
animation_delay={snowflake.delay}
Expand Down

0 comments on commit 86dc20b

Please sign in to comment.