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

Restyle Show explicit user name instead of avatar in lists. #4829

Closed
wants to merge 1 commit into from

Conversation

restyled-io[bot]
Copy link
Contributor

@restyled-io restyled-io bot commented Apr 24, 2020

Automated style fixes for #4828, created by Restyled.

The following restylers made fixes:

  • prettier

To incorporate these changes, merge this Pull Request into the original. We
recommend using the Squash or Rebase strategies.

NOTE: As work continues on the original Pull Request, this process will
re-run and update (force-push) this Pull Request with updated style fixes as
necessary. If the style is fixed manually at any point (i.e. this process finds
no fixes to make), this Pull Request will be closed automatically.

Sorry if this was unexpected. To disable it, see our documentation.

@restyled-io restyled-io bot added the Skip CI label Apr 24, 2020
@restyled-io restyled-io bot requested a review from arikfr April 24, 2020 09:09
@arikfr arikfr closed this Apr 24, 2020
@arikfr arikfr deleted the restyled/queries-list branch April 24, 2020 09:10
@@ -94,7 +94,7 @@ class AlertsList extends React.Component {
totalCount={controller.totalItemsCount}
itemsPerPage={controller.itemsPerPage}
page={controller.page}
onChange={page => controller.updatePagination({ page })}
onChange={(page) => controller.updatePagination({ page })}
Copy link
Member

Choose a reason for hiding this comment

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

@gabrieldutra @kravets-levko if you format locally this file, does it change it like restyled try to do here?

Copy link
Member

Choose a reason for hiding this comment

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

No, the local format is differing from restyled, something is wrong with it (I was waiting to see if it was only my PR or if there was others)

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

Successfully merging this pull request may close these issues.

3 participants