frontend client for gemstone. decentralised workplace app
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: debug provider default states

serenity fb7d3566 d8d41a76

+1 -1
+1 -1
src/providers/DebugProvider.tsx
··· 19 19 }; 20 20 21 21 export const DebugProvider = ({ children }: { children: ReactNode }) => { 22 - const [showStackHeader, setShowStackHeader] = useState(isDevMode); 22 + const [showStackHeader, setShowStackHeader] = useState(false); 23 23 24 24 const value: DebugContextValue = { 25 25 showStackHeader,