File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/ui/pages/NotificationDetails/components/RemoteSignRequest Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { IonIcon , IonText } from "@ionic/react" ;
2
- import { t } from "i18next" ;
3
2
import {
4
3
chevronDownOutline ,
5
4
chevronUpOutline ,
@@ -30,7 +29,6 @@ import { showError } from "../../../../utils/error";
30
29
import { combineClassNames } from "../../../../utils/style" ;
31
30
import { NotificationDetailsProps } from "../../NotificationDetails.types" ;
32
31
import "./RemoteSignRequest.scss" ;
33
- import { notificationsFix } from "../../../../__fixtures__/notificationsFix" ;
34
32
35
33
function ellipsisText ( text : string ) {
36
34
return `${ text . substring ( 0 , 8 ) } ...${ text . slice ( - 8 ) } ` ;
@@ -40,8 +38,8 @@ const RemoteSignRequest = ({
40
38
pageId,
41
39
activeStatus,
42
40
handleBack,
41
+ notificationDetails,
43
42
} : NotificationDetailsProps ) => {
44
- const notificationDetails = notificationsFix [ 7 ] ;
45
43
const dispatch = useAppDispatch ( ) ;
46
44
const connections = useAppSelector ( getConnectionsCache ) ;
47
45
const [ isSigningObject , setIsSigningObject ] = useState ( false ) ;
You can’t perform that action at this time.
0 commit comments