-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
ref(js): Remove usage of organization.projects from SidebarOrgSummary #28705
ref(js): Remove usage of organization.projects from SidebarOrgSummary #28705
Conversation
const fullOrg = organization as Organization; | ||
const projects = fullOrg.projects && fullOrg.projects.length; | ||
// Extra may be used to add additional details under the organization name. | ||
// This is currently unused. |
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 guess if its currently unused should we just remove it entirely?
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.
yeah sgtm
85a9b1f
to
09cdde6
Compare
09cdde6
to
7d2fcaf
Compare
7d2fcaf
to
0309cbf
Compare
|
||
const OrgSummary = styled('div')` | ||
display: flex; | ||
padding: 10px 15px; | ||
display: grid; |
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.
ooh nice clean up here
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.
yeah basically just rewrote it all lol
No description provided.