Skip to content

Commit

Permalink
refactor: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ai committed Nov 19, 2024
1 parent f8c7b1c commit 67ff14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/organisms/reception/Calculator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export type CalculatorProps = {
}

export const Calculator: FC<CalculatorProps> = memo(({ total }) => {
const { onInput, clear, tokens, input, calculate, pushToken } = useTokens()
const { onInput, clear, tokens, input, calculate } = useTokens()

return (
<VStack
Expand Down

0 comments on commit 67ff14a

Please sign in to comment.