mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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 />
|
<ReconfirmationInfo />
|
||||||
<GeoBanners />
|
<GeoBanners />
|
||||||
{!showWritefull && !dismissedWritefull && <GroupsAndEnterpriseBanner />}
|
{!showWritefull && !dismissedWritefull && <GroupsAndEnterpriseBanner />}
|
||||||
<USGovBanner />
|
{USGovBanner && <USGovBanner />}
|
||||||
|
|
||||||
<AccessibilitySurveyBanner />
|
<AccessibilitySurveyBanner />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue