fix: code format

This commit is contained in:
Ivan Vershigora 2026-04-24 14:36:25 +01:00
parent b393e97ed5
commit 5b1422d049
No known key found for this signature in database
GPG Key ID: DCCF7FB5ED2CEBD7

View File

@ -39,7 +39,7 @@ import { useLocale } from '@react-navigation/native';
export const WALLET_CAROUSEL_HEADER_WIDTH = 16;
export const getWalletCarouselItemWidth = (screenWidth: number) => Math.round((screenWidth * 0.82 > 375 ? 375 : screenWidth * 0.82));
export const getWalletCarouselItemWidth = (screenWidth: number) => Math.round(screenWidth * 0.82 > 375 ? 375 : screenWidth * 0.82);
interface NewWalletPanelProps {
onPress: () => void;