Skip to content

Commit

Permalink
rename component
Browse files Browse the repository at this point in the history
  • Loading branch information
sviderock committed Dec 19, 2024
1 parent 8599b18 commit c3ba81b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/swap/SwapScreenV2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function getNetworkFee(quote: QuoteResult | null): SwapFeeAmount | undefined {

type Props = NativeStackScreenProps<StackParamList, Screens.SwapScreenWithBack>

export function SwapScreen({ route }: Props) {
export function SwapScreenV2({ route }: Props) {
const { t } = useTranslation()
const dispatch = useDispatch()
const allowCrossChainSwaps = getFeatureGate(StatsigFeatureGates.ALLOW_CROSS_CHAIN_SWAPS)
Expand Down Expand Up @@ -1147,5 +1147,3 @@ const styles = StyleSheet.create({
color: colors.gray4,
},
})

export default SwapScreen

0 comments on commit c3ba81b

Please sign in to comment.