We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77c016 commit 9ef67aeCopy full SHA for 9ef67ae
frontend/routes/user/[id].tsx
@@ -32,7 +32,7 @@ export default define.page<typeof handler>(function UserPage({ data, state }) {
32
</div>
33
)}
34
35
-{data.packages.length > 0
+ {data.packages.length > 0
36
? (
37
<ListPanel
38
title="Recently published"
0 commit comments