Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
walmat committed Jun 6, 2024
1 parent a58e46f commit dc19b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__swaps__/screens/Swap/components/AnimatedSwitch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function AnimatedSwitch({ value, onToggle, activeLabel, inactiveLabel, di
});

const labelItem = useDerivedValue(() => {
if (props.disabled) return;
if (disabled) return;

if (!activeLabel && !inactiveLabel) {
return;
Expand Down

0 comments on commit dc19b77

Please sign in to comment.