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

chore/sort_funcs_refactor #499

Merged
merged 7 commits into from
Apr 10, 2024
Merged

Conversation

EduardZaydler
Copy link
Member

No description provided.

@EduardZaydler EduardZaydler marked this pull request as ready for review April 4, 2024 08:52
@EduardZaydler EduardZaydler requested a review from a team as a code owner April 4, 2024 08:52
Comment on lines 26 to 27
const { items, sortConfig, onRemove, onSort } = props;
const { sortingColumn, direction } = sortConfig;
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
const { items, sortConfig, onRemove, onSort } = props;
const { sortingColumn, direction } = sortConfig;
const { items, sortConfig: { sortingColumn, direction }, onRemove, onSort } = props;

Copy link
Member Author

Choose a reason for hiding this comment

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

поправил

@EduardZaydler EduardZaydler merged commit 69fc860 into master Apr 10, 2024
3 checks passed
@EduardZaydler EduardZaydler deleted the chore/universal_sorting_func branch April 10, 2024 12:24
Copy link

Build and push Docker images with tag: 2024-04-10.69fc860

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.

3 participants