mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-10 14:07:59 -05:00
[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:
committed by
GitHub
parent
1962684340
commit
3d6c338909
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user