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

Fix prettier #6583

Merged
merged 3 commits into from
Aug 8, 2024
Merged

Fix prettier #6583

merged 3 commits into from
Aug 8, 2024

Conversation

Weiko
Copy link
Member

@Weiko Weiko commented Aug 8, 2024

No description provided.

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

The pull request titled 'Fix prettier' involves minor formatting changes across several files to adhere to Prettier standards. These changes do not affect the logic or functionality of the code.

  • /packages/twenty-front/src/hooks/useIsMatchingLocation.ts: Removed unnecessary parentheses from a ternary operator.
  • /packages/twenty-front/src/modules/activities/emails/components/MessageThreadSubscribersChip.tsx: Simplified ternary operation by removing unnecessary parentheses.
  • /packages/twenty-front/src/modules/object-metadata/utils/generateDefaultRecordChipData.ts: Removed unnecessary parentheses around record.name ?? ''.
  • /packages/twenty-front/src/modules/object-record/record-field/meta-types/input/components/MultiSelectFieldInput.tsx: Reordered import statements and reformatted lines for consistency.
  • /packages/twenty-front/src/modules/object-record/record-show/record-detail-section/components/RecordDetailRelationSection.tsx: Corrected formatting of a ternary operator.

7 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings

@FelixMalfait FelixMalfait merged commit 02a1da1 into main Aug 8, 2024
2 of 3 checks passed
@FelixMalfait FelixMalfait deleted the fix-prettier branch August 8, 2024 15:40
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