mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Ensure gov banner defined before use
GitOrigin-RevId: 1db97fd4882600f8e6764273bbcbec503b68f01e
This commit is contained in:
parent
f2c167a026
commit
ee8c13ec7e
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ function UserNotifications() {
|
|||
<ReconfirmationInfo />
|
||||
<GeoBanners />
|
||||
{!showWritefull && !dismissedWritefull && <GroupsAndEnterpriseBanner />}
|
||||
<USGovBanner />
|
||||
{USGovBanner && <USGovBanner />}
|
||||
|
||||
<AccessibilitySurveyBanner />
|
||||
|
||||
|
|
Loading…
Reference in a new issue