Skip to content

Commit

Permalink
chore: fix tests and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
daviroo authored and samerbuna committed Jun 10, 2022
1 parent 266c43e commit 4eabb06
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion __tests__/screens/global-error.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jest.mock("react-native-snap-carousel", () => ({}))
jest.mock("react-native-maps", () => ({}))
jest.mock("react-native-phone-number-input", () => ({}))
jest.mock("victory-native", () => ({}))
jest.mock("react-native-screen-brightness", () => ({}))
jest.mock("react-native-swiper", () => ({}))
jest.mock("react-native-qrcode-svg", () => ({}))
jest.mock("react-native-share", () => ({}))
Expand Down
1 change: 0 additions & 1 deletion app/screens/receive-bitcoin-screen/qr-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export const QRView = ({
err,
size = 320,
}: Props): JSX.Element => {

const isReady = data && !loading && !err

const getFullUri = useCallback(
Expand Down
1 change: 0 additions & 1 deletion app/screens/send-bitcoin-screen/use-fee.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const useFee = ({
sameNode,
paymentAmount,
}: UseFeeInput): FeeType => {

const [fee, setFee] = useState<FeeType>({
status: "unset",
})
Expand Down

0 comments on commit 4eabb06

Please sign in to comment.