[INJIMOB-1836] fix vc activation success banner not shown (#1587)

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
This commit is contained in:
KiruthikaJeyashankar
2024-08-27 14:57:31 +05:30
committed by GitHub
parent 1962684340
commit 3d6c338909

View File

@@ -7,10 +7,9 @@ import {
import {useContext} from 'react';
import {GlobalContext} from '../shared/GlobalContext';
import {VcMetaEvents} from '../machines/VerifiableCredential/VCMetaMachine/VCMetaMachine';
import {selectIsDownloadingFailed} from '../machines/VerifiableCredential/VCMetaMachine/VCMetaSelectors';
import {selectIsDownloadingFailed, selectWalletBindingSuccess} from '../machines/VerifiableCredential/VCMetaMachine/VCMetaSelectors';
import {
selectVerificationStatus,
selectWalletBindingSuccess,
} from '../machines/VerifiableCredential/VCItemMachine/VCItemSelectors';
export const UseBannerNotification = () => {