-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjusted 'unlock full profile' action and citizen location visibility #269
Conversation
✅ Deploy Preview for moondao-ce-demo ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for moondao-stc ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -36,10 +37,13 @@ export default function Layout({ children, lightMode, setLightMode }: Layout) { | |||
const chain = useChain() | |||
const { selectedChain } = useContext(ChainContext) | |||
|
|||
const { citizen } = useContext(CitizenContext) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do the changes in this file do anything? i don't see any added references
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I swapped the old navigation for a hook so that I can conditionally render nav links such as 'Become a Citizen'
No description provided.