Despite having recently-pushed-branches-enhancements enabled, "Your recently pushed branches:" only shows as a widget above below tabs
URL won't really be useful here since it's about recently pushed branch, but here's the screenshot:

Let me know if you need anything else.


Okay, so I just checked on sindresorhus/refined-github and I'm not able to reproduce it on that repo.
So to add more info, it happens for me on this repo:
https://github.com/Cog-Creators/Red-DiscordBot
Another update: I have 28 branches on my fork, I was also able to reproduce it on other test repo with 23 branches.
Link: https://github.com/jack1142/Issue2527TestRepo
The same slash issue
The linked code isn't the problem here as far as I can tell - location.pathname doesn't contain branch name in it.
Ok the issue is that getRepoURL() returns yakov116/red-discordbot instead of /yakov116/Red-DiscordBot notice the lower case
@fregante you changed this 4 days ago https://github.com/sindresorhus/refined-github/blame/3c27b3ca262d10265740ca69297ad7b6a2123dd7/source/libs/utils.ts#L77