-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add username/domain to url for each creator #126
Conversation
src/components/creatorsStaking/Creators/modals/DefaultAboutModal.tsx
Outdated
Show resolved
Hide resolved
src/components/creatorsStaking/Creators/modals/MoveStakeModal.tsx
Outdated
Show resolved
Hide resolved
src/pages/creators/index.tsx
Outdated
@@ -16,6 +17,8 @@ getInitialPropsWithRedux(CreatorsStakingPage, async ({ dispatch }) => { | |||
image: '/images/creator-staking/meta-bg.jpg', | |||
forceTitle: true, | |||
}, | |||
spaceId: '', |
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.
Why not skip the parameters?
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.
We use same component for both pages and I need to provide this parameter because of the type of this CreatorStakingPage component
No description provided.