mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 05:27:57 -05:00
[INJIMOB-3018]fix download banner appearing with activation banner (#1965)
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
This commit is contained in:
@@ -122,7 +122,7 @@ export const BannerNotificationContainer: React.FC<
|
||||
testId={'downloadingVcFailedPopup'}
|
||||
/>
|
||||
)}
|
||||
{/* {bannerNotificationController.isDownloadingSuccess && (
|
||||
{bannerNotificationController.isDownloadingSuccess && (
|
||||
<BannerNotification
|
||||
type={BannerStatusType.SUCCESS}
|
||||
message={t('MyVcsTab:downloadingVcSuccess')}
|
||||
@@ -130,7 +130,7 @@ export const BannerNotificationContainer: React.FC<
|
||||
key={'downloadingVcSuccessPopup'}
|
||||
testId={'downloadingVcSuccessPopup'}
|
||||
/>
|
||||
)} */}
|
||||
)}
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user