[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:
abhip2565
2025-06-18 12:23:12 +05:30
committed by GitHub
parent fc28e3b3df
commit 9ecb2f1438
5 changed files with 17 additions and 171 deletions

View File

@@ -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'}
/>
)} */}
)}
</>
);
};