Skip to content

Commit bb0a8c3

Browse files
fix(profile): filter uploader by id
1 parent eaa6594 commit bb0a8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/profile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const _ProfilePage: ComponentType = () => {
5454
<OperationList
5555
limit={10}
5656
orderBy="id"
57-
uploaderId="me"
57+
uploaderId={id}
5858
onUpdate={({ total }) => setOperationCount(total)}
5959
/>
6060
)}

0 commit comments

Comments
 (0)