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 eaa6594 commit bb0a8c3Copy full SHA for bb0a8c3
src/pages/profile.tsx
@@ -54,7 +54,7 @@ const _ProfilePage: ComponentType = () => {
54
<OperationList
55
limit={10}
56
orderBy="id"
57
- uploaderId="me"
+ uploaderId={id}
58
onUpdate={({ total }) => setOperationCount(total)}
59
/>
60
)}
0 commit comments