Skip to content
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

Fixed UI + Route #759

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

RudeWolfCoding
Copy link

[x] Implemented & Tested UI fixes
[x] Implemented & Tested the server route
[ ] Need the check for server route, current entity model has dummy data not sure if the server will respond correctly.

Fixing the account selection and switches
Adds route to the server to check if entity is the community owner/admin
Small bug-fixes
Small UI updates to launch community wizard
Changes to test the response from the entities with communities and all db calls
leonprou
leonprou previously approved these changes Dec 9, 2021
@@ -52,7 +52,7 @@ const ProfileDropDown = ({
}
} else {
const desired = networkType === 'ropsten' ? 'main' : 'ropsten'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can remove desired if it's not used

Switch to{" "}
{capitalize(
convertNetworkName(
foreignNetwork === networkType ? "fuse" : "fuse"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

redundant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants