Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@tomasr8
Copy link
Member

@tomasr8 tomasr8 commented Jul 24, 2025

prettier can't cope with ?? inside TS files, but in this case we actually don't need it anyway.

@tomasr8 tomasr8 requested review from AjobK, marinaej and micsucmed July 24, 2025 07:56
Comment on lines -176 to -179
onClick={e => {
e.stopPropagation();
dispatch(actions.selectEntry(id));
}}
Copy link
Member Author

Choose a reason for hiding this comment

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

We already have this onClick here:

function onClick(e) {
e.stopPropagation();
if (isClick.current) {
dispatch(actions.selectEntry(id));
}
}

@tomasr8 tomasr8 merged commit fad70a0 into indico:timetable Jul 24, 2025
7 checks passed
@tomasr8 tomasr8 deleted the extra-onclick branch July 24, 2025 09:34
tomasr8 added a commit that referenced this pull request Aug 6, 2025
* Make prettier happy & reformat code

* Remove extra onclick
ThiefMaster pushed a commit that referenced this pull request Aug 25, 2025
* Make prettier happy & reformat code

* Remove extra onclick
ThiefMaster pushed a commit that referenced this pull request Oct 3, 2025
* Make prettier happy & reformat code

* Remove extra onclick
marinaej pushed a commit to marinaej/indico that referenced this pull request Oct 27, 2025
* Make prettier happy & reformat code

* Remove extra onclick
AjobK pushed a commit to AjobK/indico that referenced this pull request Oct 31, 2025
* Make prettier happy & reformat code

* Remove extra onclick
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