Skip to content

Commit 04bdf77

Browse files
fix(app): show help button in release builds (anomalyco#37098)
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
1 parent ab7dfb1 commit 04bdf77

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/app/src/components/help-button.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ const triggerClass =
3232
const showPopover = () => true
3333

3434
export function HelpButton() {
35-
if (import.meta.env.VITE_OPENCODE_CHANNEL !== "dev") return null
36-
3735
const platform = usePlatform()
3836

3937
return (

0 commit comments

Comments
 (0)