diff --git a/frontend/app/tab/updatebanner.tsx b/frontend/app/tab/updatebanner.tsx index a8a7a72c0..189871fd4 100644 --- a/frontend/app/tab/updatebanner.tsx +++ b/frontend/app/tab/updatebanner.tsx @@ -42,7 +42,7 @@ const UpdateStatusBannerComponent = ({ buttonRef }: { buttonRef: React.RefObject setTimeout(() => { setUpdateStatusMessage(null); setDismissBannerTimeout(null); - }) + }, 10000) ); } else { setDismissBannerTimeout(null);