Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
OGPoyraz committed Nov 21, 2024
1 parent e826c90 commit f0711e2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
\// eslint-disable-next-line @typescript-eslint/ban-ts-comment

Check failure on line 1 in app/components/Views/confirmations/components/TransactionReview/TransactionReviewEIP1559Update/index.tsx

View workflow job for this annotation

GitHub Actions / scripts (lint:tsc)

Invalid character.
// @ts-nocheck - Confirmations team or Transactions team
import React, { useCallback, useEffect, useState } from 'react';
import { Linking, TouchableOpacity, View } from 'react-native';
Expand Down Expand Up @@ -31,7 +31,6 @@ const TransactionReviewEIP1559Update = ({
onEdit,
hideTotal,
noMargin,
origin,
originWarning,
onUpdatingValuesStart,
onUpdatingValuesEnd,
Expand Down

0 comments on commit f0711e2

Please sign in to comment.