Loading packages/client/src/components/Header/Header.tsx +3 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,9 @@ const HeaderLeft = () => { <div className="box"> <AccountStanding /> <Button onPress={() => setInfoSidebar(true)}>Info</Button> {import.meta.env.DEV && ( <Button onPress={() => Debug.openDebugTools()}>Debug Tools</Button> )} </div> ); }; Loading Loading
packages/client/src/components/Header/Header.tsx +3 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,9 @@ const HeaderLeft = () => { <div className="box"> <AccountStanding /> <Button onPress={() => setInfoSidebar(true)}>Info</Button> {import.meta.env.DEV && ( <Button onPress={() => Debug.openDebugTools()}>Debug Tools</Button> )} </div> ); }; Loading