Skip to content

Commit

Permalink
Fix issue: Expensify Card - App crashes when opening fields in Card d…
Browse files Browse the repository at this point in the history
…etails page when opened from WS chat
  • Loading branch information
WojtekBoman committed Oct 30, 2024
1 parent 8ddbd8e commit f4d7f2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type {RouteProp} from '@react-navigation/native';
import {useRoute} from '@react-navigation/native';
import {useEffect, useMemo, useRef, useState} from 'react';
import React, {useEffect, useMemo, useRef, useState} from 'react';
import type {StyleProp, ViewStyle} from 'react-native';
import {View} from 'react-native';
import {useOnyx} from 'react-native-onyx';
Expand Down

0 comments on commit f4d7f2e

Please sign in to comment.