-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Report
The Provided Systems
tab shows stale info.
Steps to reproduce
If you go to a page for a particular project, say https://quickdocs.org/cl-ascii-art
And then you go to another project, say https://quickdocs.org/inferior-shell
If you click on Provided Systems
tab, you'll see the info that is related to cl-ascii-art
and not inferior-shell
.
But then if you refresh your browser, the data under the tab will refresh and you'll see the info related to inferior-shell
.
I believe it's this link in the source code that renders it:
quickdocs-web/pages/[project].js
Line 198 in 08146fa
<Tab name="systems" href={`/${encodeURIComponent(name)}?tab=systems`}>Provided Systems</Tab> |
Metadata
Metadata
Assignees
Labels
No labels