Skip to content

Commit 9583286

Browse files
author
Naomi Trevino
committed
remove redundant feature flag
1 parent b0363f9 commit 9583286

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

website/src/layout.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,7 @@ const Layout: React.FC = ({ children }) => {
4343
Digital Archive of Indigenous Language Persistence
4444
</span>
4545
</div>
46-
47-
{deploymentEnvironment !== Environment.Production && (
48-
<LoginHeaderButton />
49-
)}
50-
46+
<LoginHeaderButton />
5147
<HeaderPrefDrawer />
5248
</div>
5349
<NavMenu menuID={2} />

0 commit comments

Comments
 (0)