fix: lint

This commit is contained in:
li0nd3v 2026-04-22 17:47:24 +02:00
parent c98173471e
commit 7073d54089

View File

@ -37,9 +37,6 @@ import { Transaction, TWallet } from '../class/wallets/types';
import { BlueSpacing10 } from './BlueSpacing';
import { useLocale } from '@react-navigation/native';
// Horizontal carousel shows a small peek of the next card; adjust overlap to control that spacing.
const CARD_OVERLAP = 24;
interface NewWalletPanelProps {
onPress: () => void;
}